getreversionrateandrightslist

package
v0.0.0-...-905ac7b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

type Data struct {
	BenefitStatus             int64        `json:"benefitStatus"`
	ReversionRate             string       `json:"reversionRate"`
	TargetReversionRate       string       `json:"targetReversionRate"`
	UrgentBenefitStatus       int64        `json:"urgentBenefitStatus"`
	UrgentReversionRate       string       `json:"urgentReversionRate"`
	UrgentTargetReversionRate string       `json:"urgentTargetReversionRate"`
	RightsList                []RightsList `json:"rightsList"`
	TempRightsList            []RightsList `json:"tempRightsList"`
}

type GetReversionRateAndRightsListRequest

type GetReversionRateAndRightsListRequest struct {
}

func (*GetReversionRateAndRightsListRequest) DoInvoke

type GetReversionRateAndRightsListResponse

type GetReversionRateAndRightsListResponse struct {
	Code    string `json:"code"`
	Msg     string `json:"msg"`
	Data    Data   `json:"data"`
	TraceId string `json:"traceId"`
}

func (*GetReversionRateAndRightsListResponse) IsSuccess

func (response *GetReversionRateAndRightsListResponse) IsSuccess() bool

type RightsList

type RightsList struct {
	Code int64  `json:"code"`
	Name string `json:"name"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL