queryadaccountbalance

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 AdAccountBalance

type AdAccountBalance struct {
	/**
	 * 账号总余额
	 */
	Balance string `json:"balance"`
	/**
	 * 各个资金池明细
	 */
	ProductAccountInfoList []ProductAccountInfo `json:"productAccountInfoList"`
}

type ProductAccountInfo

type ProductAccountInfo struct {
}

type QueryAdaccountBalanceRequest

type QueryAdaccountBalanceRequest struct {
	SonAdaccount int32 `json:"sonAdaccount"`
}

func (*QueryAdaccountBalanceRequest) DoInvoke

type QueryAdaccountBalanceResponse

type QueryAdaccountBalanceResponse struct {
	Code string `json:"code"`
	Msg  string `json:"msg"`
	/**
	 * validShopIds合法的门店列表,invalidShopIds无法投放的门店
	 */
	Data    AdAccountBalance `json:"data"`
	TraceId string           `json:"traceId"`
}

func (*QueryAdaccountBalanceResponse) IsSuccess

func (response *QueryAdaccountBalanceResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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