bill

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	AccountId int64 `json:"account_id,omitempty" xml:"account_id,omitempty"`

	AccountName string `json:"account_name,omitempty" xml:"account_name,omitempty"`

	AccountCode string `json:"account_code,omitempty" xml:"account_code,omitempty"`

	AccountType int64 `json:"account_type,omitempty" xml:"account_type,omitempty"`

	RelatedOrder int64 `json:"related_order,omitempty" xml:"related_order,omitempty"`

	Status int64 `json:"status,omitempty" xml:"status,omitempty"`

	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`

	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`
}

Account

type Bill

type Bill struct {
	Bid int64 `json:"bid,omitempty" xml:"bid,omitempty"`

	AccountId int64 `json:"account_id,omitempty" xml:"account_id,omitempty"`

	TradeId string `json:"trade_id,omitempty" xml:"trade_id,omitempty"`

	OrderId string `json:"order_id,omitempty" xml:"order_id,omitempty"`

	TotalAmount int64 `json:"total_amount,omitempty" xml:"total_amount,omitempty"`

	Amount int64 `json:"amount,omitempty" xml:"amount,omitempty"`

	BookTime string `json:"book_time,omitempty" xml:"book_time,omitempty"`

	BizTime string `json:"biz_time,omitempty" xml:"biz_time,omitempty"`

	PayTime string `json:"pay_time,omitempty" xml:"pay_time,omitempty"`

	AlipayMail string `json:"alipay_mail,omitempty" xml:"alipay_mail,omitempty"`

	ObjAlipayMail string `json:"obj_alipay_mail,omitempty" xml:"obj_alipay_mail,omitempty"`

	ObjAlipayId string `json:"obj_alipay_id,omitempty" xml:"obj_alipay_id,omitempty"`

	AlipayOutno string `json:"alipay_outno,omitempty" xml:"alipay_outno,omitempty"`

	AlipayNotice string `json:"alipay_notice,omitempty" xml:"alipay_notice,omitempty"`

	Status int64 `json:"status,omitempty" xml:"status,omitempty"`

	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`

	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`

	NumIid string `json:"num_iid,omitempty" xml:"num_iid,omitempty"`

	AlipayId string `json:"alipay_id,omitempty" xml:"alipay_id,omitempty"`

	AlipayNo string `json:"alipay_no,omitempty" xml:"alipay_no,omitempty"`
}

Bill

type BillDto

type BillDto struct {
	TotalAmount int64 `json:"total_amount,omitempty" xml:"total_amount,omitempty"`

	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`

	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`

	Status int64 `json:"status,omitempty" xml:"status,omitempty"`

	OrderId string `json:"order_id,omitempty" xml:"order_id,omitempty"`

	BizTime string `json:"biz_time,omitempty" xml:"biz_time,omitempty"`

	Amount int64 `json:"amount,omitempty" xml:"amount,omitempty"`

	AlipayNotice string `json:"alipay_notice,omitempty" xml:"alipay_notice,omitempty"`

	AlipayOutno string `json:"alipay_outno,omitempty" xml:"alipay_outno,omitempty"`

	ObjAlipayId string `json:"obj_alipay_id,omitempty" xml:"obj_alipay_id,omitempty"`

	TradeId string `json:"trade_id,omitempty" xml:"trade_id,omitempty"`

	AlipayId string `json:"alipay_id,omitempty" xml:"alipay_id,omitempty"`

	AccountId int64 `json:"account_id,omitempty" xml:"account_id,omitempty"`

	AlipayMail string `json:"alipay_mail,omitempty" xml:"alipay_mail,omitempty"`

	ObjAlipayMail string `json:"obj_alipay_mail,omitempty" xml:"obj_alipay_mail,omitempty"`

	PayTime string `json:"pay_time,omitempty" xml:"pay_time,omitempty"`

	Bid int64 `json:"bid,omitempty" xml:"bid,omitempty"`

	BookTime string `json:"book_time,omitempty" xml:"book_time,omitempty"`

	NumIid string `json:"num_iid,omitempty" xml:"num_iid,omitempty"`

	AlipayNo string `json:"alipay_no,omitempty" xml:"alipay_no,omitempty"`
}

BillDto

type BookBill

type BookBill struct {
	Bid int64 `json:"bid,omitempty" xml:"bid,omitempty"`

	AccountId int64 `json:"account_id,omitempty" xml:"account_id,omitempty"`

	JournalType int64 `json:"journal_type,omitempty" xml:"journal_type,omitempty"`

	Amount int64 `json:"amount,omitempty" xml:"amount,omitempty"`

	BookTime string `json:"book_time,omitempty" xml:"book_time,omitempty"`

	Description string `json:"description,omitempty" xml:"description,omitempty"`

	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`

	TaobaoAlipayId string `json:"taobao_alipay_id,omitempty" xml:"taobao_alipay_id,omitempty"`

	OtherAlipayId string `json:"other_alipay_id,omitempty" xml:"other_alipay_id,omitempty"`
}

BookBill

type TaobaoBillAccountsGetAPIResponse

type TaobaoBillAccountsGetAPIResponse struct {
	model.CommonResponse
	TaobaoBillAccountsGetResponse
}

查询费用科目信息(限自研商家) APIResponse taobao.bill.accounts.get

查询费用账户信息

type TaobaoBillAccountsGetRequest

type TaobaoBillAccountsGetRequest struct {
	model.Params
	// contains filtered or unexported fields
}

查询费用科目信息(限自研商家) APIRequest taobao.bill.accounts.get

查询费用账户信息

func NewTaobaoBillAccountsGetRequest

func NewTaobaoBillAccountsGetRequest() *TaobaoBillAccountsGetRequest

func (TaobaoBillAccountsGetRequest) GetAids

func (r TaobaoBillAccountsGetRequest) GetAids() []int64

func (TaobaoBillAccountsGetRequest) GetApiMethodName

func (r TaobaoBillAccountsGetRequest) GetApiMethodName() string

func (TaobaoBillAccountsGetRequest) GetApiParams

func (r TaobaoBillAccountsGetRequest) GetApiParams() url.Values

func (TaobaoBillAccountsGetRequest) GetFields

func (r TaobaoBillAccountsGetRequest) GetFields() []string

func (*TaobaoBillAccountsGetRequest) SetAids

func (r *TaobaoBillAccountsGetRequest) SetAids(aids []int64) error

func (*TaobaoBillAccountsGetRequest) SetFields

func (r *TaobaoBillAccountsGetRequest) SetFields(fields []string) error

type TaobaoBillAccountsGetResponse

type TaobaoBillAccountsGetResponse struct {
	XMLName   xml.Name `xml:"bill_accounts_get_response"`
	RequestId string   `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Accounts []Account `json:"accounts,omitempty" xml:"accounts>account,omitempty"`

	TotalResults int64 `json:"total_results,omitempty" xml:"total_results,omitempty"`
}

type TaobaoBillBillsGetAPIResponse

type TaobaoBillBillsGetAPIResponse struct {
	model.CommonResponse
	TaobaoBillBillsGetResponse
}

查询账单明细数据(自研发商家专用) APIResponse taobao.bill.bills.get

查询账单明细数据

type TaobaoBillBillsGetRequest

type TaobaoBillBillsGetRequest struct {
	model.Params
	// contains filtered or unexported fields
}

查询账单明细数据(自研发商家专用) APIRequest taobao.bill.bills.get

查询账单明细数据

func NewTaobaoBillBillsGetRequest

func NewTaobaoBillBillsGetRequest() *TaobaoBillBillsGetRequest

func (TaobaoBillBillsGetRequest) GetAccountId

func (r TaobaoBillBillsGetRequest) GetAccountId() int64

func (TaobaoBillBillsGetRequest) GetApiMethodName

func (r TaobaoBillBillsGetRequest) GetApiMethodName() string

func (TaobaoBillBillsGetRequest) GetApiParams

func (r TaobaoBillBillsGetRequest) GetApiParams() url.Values

func (TaobaoBillBillsGetRequest) GetEndTime

func (r TaobaoBillBillsGetRequest) GetEndTime() string

func (TaobaoBillBillsGetRequest) GetFields

func (r TaobaoBillBillsGetRequest) GetFields() []string

func (TaobaoBillBillsGetRequest) GetOrderId

func (r TaobaoBillBillsGetRequest) GetOrderId() int64

func (TaobaoBillBillsGetRequest) GetPageNo

func (r TaobaoBillBillsGetRequest) GetPageNo() int64

func (TaobaoBillBillsGetRequest) GetPageSize

func (r TaobaoBillBillsGetRequest) GetPageSize() int64

func (TaobaoBillBillsGetRequest) GetStartTime

func (r TaobaoBillBillsGetRequest) GetStartTime() string

func (TaobaoBillBillsGetRequest) GetTimeType

func (r TaobaoBillBillsGetRequest) GetTimeType() int64

func (TaobaoBillBillsGetRequest) GetTradeId

func (r TaobaoBillBillsGetRequest) GetTradeId() int64

func (*TaobaoBillBillsGetRequest) SetAccountId

func (r *TaobaoBillBillsGetRequest) SetAccountId(accountId int64) error

func (*TaobaoBillBillsGetRequest) SetEndTime

func (r *TaobaoBillBillsGetRequest) SetEndTime(endTime string) error

func (*TaobaoBillBillsGetRequest) SetFields

func (r *TaobaoBillBillsGetRequest) SetFields(fields []string) error

func (*TaobaoBillBillsGetRequest) SetOrderId

func (r *TaobaoBillBillsGetRequest) SetOrderId(orderId int64) error

func (*TaobaoBillBillsGetRequest) SetPageNo

func (r *TaobaoBillBillsGetRequest) SetPageNo(pageNo int64) error

func (*TaobaoBillBillsGetRequest) SetPageSize

func (r *TaobaoBillBillsGetRequest) SetPageSize(pageSize int64) error

func (*TaobaoBillBillsGetRequest) SetStartTime

func (r *TaobaoBillBillsGetRequest) SetStartTime(startTime string) error

func (*TaobaoBillBillsGetRequest) SetTimeType

func (r *TaobaoBillBillsGetRequest) SetTimeType(timeType int64) error

func (*TaobaoBillBillsGetRequest) SetTradeId

func (r *TaobaoBillBillsGetRequest) SetTradeId(tradeId int64) error

type TaobaoBillBillsGetResponse

type TaobaoBillBillsGetResponse struct {
	XMLName   xml.Name `xml:"bill_bills_get_response"`
	RequestId string   `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Bills []Bill `json:"bills,omitempty" xml:"bills>bill,omitempty"`

	HasNext bool `json:"has_next,omitempty" xml:"has_next,omitempty"`

	TotalResults int64 `json:"total_results,omitempty" xml:"total_results,omitempty"`
}

type TaobaoBillBookBillsGetAPIResponse

type TaobaoBillBookBillsGetAPIResponse struct {
	model.CommonResponse
	TaobaoBillBookBillsGetResponse
}

查询虚拟账户明细数据(自研发商家专用) APIResponse taobao.bill.book.bills.get

查询虚拟账户明细数据

type TaobaoBillBookBillsGetRequest

type TaobaoBillBookBillsGetRequest struct {
	model.Params
	// contains filtered or unexported fields
}

查询虚拟账户明细数据(自研发商家专用) APIRequest taobao.bill.book.bills.get

查询虚拟账户明细数据

func NewTaobaoBillBookBillsGetRequest

func NewTaobaoBillBookBillsGetRequest() *TaobaoBillBookBillsGetRequest

func (TaobaoBillBookBillsGetRequest) GetAccountId

func (r TaobaoBillBookBillsGetRequest) GetAccountId() int64

func (TaobaoBillBookBillsGetRequest) GetApiMethodName

func (r TaobaoBillBookBillsGetRequest) GetApiMethodName() string

func (TaobaoBillBookBillsGetRequest) GetApiParams

func (r TaobaoBillBookBillsGetRequest) GetApiParams() url.Values

func (TaobaoBillBookBillsGetRequest) GetEndTime

func (r TaobaoBillBookBillsGetRequest) GetEndTime() string

func (TaobaoBillBookBillsGetRequest) GetFields

func (r TaobaoBillBookBillsGetRequest) GetFields() string

func (TaobaoBillBookBillsGetRequest) GetJournalTypes

func (r TaobaoBillBookBillsGetRequest) GetJournalTypes() []int64

func (TaobaoBillBookBillsGetRequest) GetPageNo

func (r TaobaoBillBookBillsGetRequest) GetPageNo() int64

func (TaobaoBillBookBillsGetRequest) GetPageSize

func (r TaobaoBillBookBillsGetRequest) GetPageSize() int64

func (TaobaoBillBookBillsGetRequest) GetStartTime

func (r TaobaoBillBookBillsGetRequest) GetStartTime() string

func (*TaobaoBillBookBillsGetRequest) SetAccountId

func (r *TaobaoBillBookBillsGetRequest) SetAccountId(accountId int64) error

func (*TaobaoBillBookBillsGetRequest) SetEndTime

func (r *TaobaoBillBookBillsGetRequest) SetEndTime(endTime string) error

func (*TaobaoBillBookBillsGetRequest) SetFields

func (r *TaobaoBillBookBillsGetRequest) SetFields(fields string) error

func (*TaobaoBillBookBillsGetRequest) SetJournalTypes

func (r *TaobaoBillBookBillsGetRequest) SetJournalTypes(journalTypes []int64) error

func (*TaobaoBillBookBillsGetRequest) SetPageNo

func (r *TaobaoBillBookBillsGetRequest) SetPageNo(pageNo int64) error

func (*TaobaoBillBookBillsGetRequest) SetPageSize

func (r *TaobaoBillBookBillsGetRequest) SetPageSize(pageSize int64) error

func (*TaobaoBillBookBillsGetRequest) SetStartTime

func (r *TaobaoBillBookBillsGetRequest) SetStartTime(startTime string) error

type TaobaoBillBookBillsGetResponse

type TaobaoBillBookBillsGetResponse struct {
	XMLName   xml.Name `xml:"bill_book_bills_get_response"`
	RequestId string   `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	HasNext bool `json:"has_next,omitempty" xml:"has_next,omitempty"`

	Bills []BookBill `json:"bills,omitempty" xml:"bills>book_bill,omitempty"`

	TotalResults int64 `json:"total_results,omitempty" xml:"total_results,omitempty"`
}

type TaobaoTaeAccountsGetAPIResponse

type TaobaoTaeAccountsGetAPIResponse struct {
	model.CommonResponse
	TaobaoTaeAccountsGetResponse
}

tae查询费用科目信息 APIResponse taobao.tae.accounts.get

tae查询费用科目信息

type TaobaoTaeAccountsGetRequest

type TaobaoTaeAccountsGetRequest struct {
	model.Params
	// contains filtered or unexported fields
}

tae查询费用科目信息 APIRequest taobao.tae.accounts.get

tae查询费用科目信息

func NewTaobaoTaeAccountsGetRequest

func NewTaobaoTaeAccountsGetRequest() *TaobaoTaeAccountsGetRequest

func (TaobaoTaeAccountsGetRequest) GetAids

func (r TaobaoTaeAccountsGetRequest) GetAids() []int64

func (TaobaoTaeAccountsGetRequest) GetApiMethodName

func (r TaobaoTaeAccountsGetRequest) GetApiMethodName() string

func (TaobaoTaeAccountsGetRequest) GetApiParams

func (r TaobaoTaeAccountsGetRequest) GetApiParams() url.Values

func (TaobaoTaeAccountsGetRequest) GetFields

func (r TaobaoTaeAccountsGetRequest) GetFields() []string

func (*TaobaoTaeAccountsGetRequest) SetAids

func (r *TaobaoTaeAccountsGetRequest) SetAids(aids []int64) error

func (*TaobaoTaeAccountsGetRequest) SetFields

func (r *TaobaoTaeAccountsGetRequest) SetFields(fields []string) error

type TaobaoTaeAccountsGetResponse

type TaobaoTaeAccountsGetResponse struct {
	XMLName   xml.Name `xml:"tae_accounts_get_response"`
	RequestId string   `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Accounts []TopAccountDto `json:"accounts,omitempty" xml:"accounts>top_account_dto,omitempty"`

	TotalResults int64 `json:"total_results,omitempty" xml:"total_results,omitempty"`
}

type TaobaoTaeBillGetAPIResponse

type TaobaoTaeBillGetAPIResponse struct {
	model.CommonResponse
	TaobaoTaeBillGetResponse
}

tae查询单笔账单明细 APIResponse taobao.tae.bill.get

查询单笔账单明细

type TaobaoTaeBillGetRequest

type TaobaoTaeBillGetRequest struct {
	model.Params
	// contains filtered or unexported fields
}

tae查询单笔账单明细 APIRequest taobao.tae.bill.get

查询单笔账单明细

func NewTaobaoTaeBillGetRequest

func NewTaobaoTaeBillGetRequest() *TaobaoTaeBillGetRequest

func (TaobaoTaeBillGetRequest) GetAccountId

func (r TaobaoTaeBillGetRequest) GetAccountId() int64

func (TaobaoTaeBillGetRequest) GetApiMethodName

func (r TaobaoTaeBillGetRequest) GetApiMethodName() string

func (TaobaoTaeBillGetRequest) GetApiParams

func (r TaobaoTaeBillGetRequest) GetApiParams() url.Values

func (TaobaoTaeBillGetRequest) GetBid

func (r TaobaoTaeBillGetRequest) GetBid() int64

func (TaobaoTaeBillGetRequest) GetFields

func (r TaobaoTaeBillGetRequest) GetFields() []string

func (TaobaoTaeBillGetRequest) GetId

func (r TaobaoTaeBillGetRequest) GetId() int64

func (*TaobaoTaeBillGetRequest) SetAccountId

func (r *TaobaoTaeBillGetRequest) SetAccountId(accountId int64) error

func (*TaobaoTaeBillGetRequest) SetBid

func (r *TaobaoTaeBillGetRequest) SetBid(bid int64) error

func (*TaobaoTaeBillGetRequest) SetFields

func (r *TaobaoTaeBillGetRequest) SetFields(fields []string) error

func (*TaobaoTaeBillGetRequest) SetId

func (r *TaobaoTaeBillGetRequest) SetId(id int64) error

type TaobaoTaeBillGetResponse

type TaobaoTaeBillGetResponse struct {
	XMLName   xml.Name `xml:"tae_bill_get_response"`
	RequestId string   `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Bill *BillDto `json:"bill,omitempty" xml:"bill,omitempty"`
}

type TaobaoTaeBillsGetAPIResponse

type TaobaoTaeBillsGetAPIResponse struct {
	model.CommonResponse
	TaobaoTaeBillsGetResponse
}

tae查询账单明细 APIResponse taobao.tae.bills.get

tae查询账单明细

type TaobaoTaeBillsGetRequest

type TaobaoTaeBillsGetRequest struct {
	model.Params
	// contains filtered or unexported fields
}

tae查询账单明细 APIRequest taobao.tae.bills.get

tae查询账单明细

func NewTaobaoTaeBillsGetRequest

func NewTaobaoTaeBillsGetRequest() *TaobaoTaeBillsGetRequest

func (TaobaoTaeBillsGetRequest) GetApiMethodName

func (r TaobaoTaeBillsGetRequest) GetApiMethodName() string

func (TaobaoTaeBillsGetRequest) GetApiParams

func (r TaobaoTaeBillsGetRequest) GetApiParams() url.Values

func (TaobaoTaeBillsGetRequest) GetCurrentPage

func (r TaobaoTaeBillsGetRequest) GetCurrentPage() int64

func (TaobaoTaeBillsGetRequest) GetFields

func (r TaobaoTaeBillsGetRequest) GetFields() []string

func (TaobaoTaeBillsGetRequest) GetItemId

func (r TaobaoTaeBillsGetRequest) GetItemId() int64

func (TaobaoTaeBillsGetRequest) GetPTradeId

func (r TaobaoTaeBillsGetRequest) GetPTradeId() int64

func (TaobaoTaeBillsGetRequest) GetPageSize

func (r TaobaoTaeBillsGetRequest) GetPageSize() int64

func (TaobaoTaeBillsGetRequest) GetQueryDateType

func (r TaobaoTaeBillsGetRequest) GetQueryDateType() int64

func (TaobaoTaeBillsGetRequest) GetQueryEndDate

func (r TaobaoTaeBillsGetRequest) GetQueryEndDate() string

func (TaobaoTaeBillsGetRequest) GetQueryStartDate

func (r TaobaoTaeBillsGetRequest) GetQueryStartDate() string

func (TaobaoTaeBillsGetRequest) GetTradeId

func (r TaobaoTaeBillsGetRequest) GetTradeId() int64

func (*TaobaoTaeBillsGetRequest) SetCurrentPage

func (r *TaobaoTaeBillsGetRequest) SetCurrentPage(currentPage int64) error

func (*TaobaoTaeBillsGetRequest) SetFields

func (r *TaobaoTaeBillsGetRequest) SetFields(fields []string) error

func (*TaobaoTaeBillsGetRequest) SetItemId

func (r *TaobaoTaeBillsGetRequest) SetItemId(itemId int64) error

func (*TaobaoTaeBillsGetRequest) SetPTradeId

func (r *TaobaoTaeBillsGetRequest) SetPTradeId(pTradeId int64) error

func (*TaobaoTaeBillsGetRequest) SetPageSize

func (r *TaobaoTaeBillsGetRequest) SetPageSize(pageSize int64) error

func (*TaobaoTaeBillsGetRequest) SetQueryDateType

func (r *TaobaoTaeBillsGetRequest) SetQueryDateType(queryDateType int64) error

func (*TaobaoTaeBillsGetRequest) SetQueryEndDate

func (r *TaobaoTaeBillsGetRequest) SetQueryEndDate(queryEndDate string) error

func (*TaobaoTaeBillsGetRequest) SetQueryStartDate

func (r *TaobaoTaeBillsGetRequest) SetQueryStartDate(queryStartDate string) error

func (*TaobaoTaeBillsGetRequest) SetTradeId

func (r *TaobaoTaeBillsGetRequest) SetTradeId(tradeId int64) error

type TaobaoTaeBillsGetResponse

type TaobaoTaeBillsGetResponse struct {
	XMLName   xml.Name `xml:"tae_bills_get_response"`
	RequestId string   `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	TotalResults int64 `json:"total_results,omitempty" xml:"total_results,omitempty"`

	HasNext bool `json:"has_next,omitempty" xml:"has_next,omitempty"`

	Bills []BillDto `json:"bills,omitempty" xml:"bills>bill_dto,omitempty"`
}

type TaobaoTaeBookBillGetAPIResponse

type TaobaoTaeBookBillGetAPIResponse struct {
	model.CommonResponse
	TaobaoTaeBookBillGetResponse
}

tae查询单笔虚拟账户明细 APIResponse taobao.tae.book.bill.get

tae查询单笔虚拟账户明细

type TaobaoTaeBookBillGetRequest

type TaobaoTaeBookBillGetRequest struct {
	model.Params
	// contains filtered or unexported fields
}

tae查询单笔虚拟账户明细 APIRequest taobao.tae.book.bill.get

tae查询单笔虚拟账户明细

func NewTaobaoTaeBookBillGetRequest

func NewTaobaoTaeBookBillGetRequest() *TaobaoTaeBookBillGetRequest

func (TaobaoTaeBookBillGetRequest) GetAccountId

func (r TaobaoTaeBookBillGetRequest) GetAccountId() int64

func (TaobaoTaeBookBillGetRequest) GetApiMethodName

func (r TaobaoTaeBookBillGetRequest) GetApiMethodName() string

func (TaobaoTaeBookBillGetRequest) GetApiParams

func (r TaobaoTaeBookBillGetRequest) GetApiParams() url.Values

func (TaobaoTaeBookBillGetRequest) GetBid

func (TaobaoTaeBookBillGetRequest) GetFields

func (r TaobaoTaeBookBillGetRequest) GetFields() []string

func (TaobaoTaeBookBillGetRequest) GetId

func (*TaobaoTaeBookBillGetRequest) SetAccountId

func (r *TaobaoTaeBookBillGetRequest) SetAccountId(accountId int64) error

func (*TaobaoTaeBookBillGetRequest) SetBid

func (r *TaobaoTaeBookBillGetRequest) SetBid(bid int64) error

func (*TaobaoTaeBookBillGetRequest) SetFields

func (r *TaobaoTaeBookBillGetRequest) SetFields(fields []string) error

func (*TaobaoTaeBookBillGetRequest) SetId

type TaobaoTaeBookBillGetResponse

type TaobaoTaeBookBillGetResponse struct {
	XMLName   xml.Name `xml:"tae_book_bill_get_response"`
	RequestId string   `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Bookbill *TopAcctCashJourDto `json:"bookbill,omitempty" xml:"bookbill,omitempty"`
}

type TaobaoTaeBookBillsGetAPIResponse

type TaobaoTaeBookBillsGetAPIResponse struct {
	model.CommonResponse
	TaobaoTaeBookBillsGetResponse
}

tae查询虚拟账户明细数据 APIResponse taobao.tae.book.bills.get

tae查询虚拟账户明细数据

type TaobaoTaeBookBillsGetRequest

type TaobaoTaeBookBillsGetRequest struct {
	model.Params
	// contains filtered or unexported fields
}

tae查询虚拟账户明细数据 APIRequest taobao.tae.book.bills.get

tae查询虚拟账户明细数据

func NewTaobaoTaeBookBillsGetRequest

func NewTaobaoTaeBookBillsGetRequest() *TaobaoTaeBookBillsGetRequest

func (TaobaoTaeBookBillsGetRequest) GetAccountId

func (r TaobaoTaeBookBillsGetRequest) GetAccountId() int64

func (TaobaoTaeBookBillsGetRequest) GetApiMethodName

func (r TaobaoTaeBookBillsGetRequest) GetApiMethodName() string

func (TaobaoTaeBookBillsGetRequest) GetApiParams

func (r TaobaoTaeBookBillsGetRequest) GetApiParams() url.Values

func (TaobaoTaeBookBillsGetRequest) GetEndTime

func (r TaobaoTaeBookBillsGetRequest) GetEndTime() string

func (TaobaoTaeBookBillsGetRequest) GetFields

func (r TaobaoTaeBookBillsGetRequest) GetFields() []string

func (TaobaoTaeBookBillsGetRequest) GetJournalTypes

func (r TaobaoTaeBookBillsGetRequest) GetJournalTypes() []int64

func (TaobaoTaeBookBillsGetRequest) GetPageNo

func (r TaobaoTaeBookBillsGetRequest) GetPageNo() int64

func (TaobaoTaeBookBillsGetRequest) GetPageSize

func (r TaobaoTaeBookBillsGetRequest) GetPageSize() int64

func (TaobaoTaeBookBillsGetRequest) GetStartTime

func (r TaobaoTaeBookBillsGetRequest) GetStartTime() string

func (*TaobaoTaeBookBillsGetRequest) SetAccountId

func (r *TaobaoTaeBookBillsGetRequest) SetAccountId(accountId int64) error

func (*TaobaoTaeBookBillsGetRequest) SetEndTime

func (r *TaobaoTaeBookBillsGetRequest) SetEndTime(endTime string) error

func (*TaobaoTaeBookBillsGetRequest) SetFields

func (r *TaobaoTaeBookBillsGetRequest) SetFields(fields []string) error

func (*TaobaoTaeBookBillsGetRequest) SetJournalTypes

func (r *TaobaoTaeBookBillsGetRequest) SetJournalTypes(journalTypes []int64) error

func (*TaobaoTaeBookBillsGetRequest) SetPageNo

func (r *TaobaoTaeBookBillsGetRequest) SetPageNo(pageNo int64) error

func (*TaobaoTaeBookBillsGetRequest) SetPageSize

func (r *TaobaoTaeBookBillsGetRequest) SetPageSize(pageSize int64) error

func (*TaobaoTaeBookBillsGetRequest) SetStartTime

func (r *TaobaoTaeBookBillsGetRequest) SetStartTime(startTime string) error

type TaobaoTaeBookBillsGetResponse

type TaobaoTaeBookBillsGetResponse struct {
	XMLName   xml.Name `xml:"tae_book_bills_get_response"`
	RequestId string   `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Bills []TopAcctCashJourDto `json:"bills,omitempty" xml:"bills>top_acct_cash_jour_dto,omitempty"`

	HasNext bool `json:"has_next,omitempty" xml:"has_next,omitempty"`

	TotalResults int64 `json:"total_results,omitempty" xml:"total_results,omitempty"`
}

type TopAccountDto

type TopAccountDto struct {
	RelatedOrder int64 `json:"related_order,omitempty" xml:"related_order,omitempty"`

	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`

	AccountId int64 `json:"account_id,omitempty" xml:"account_id,omitempty"`

	Status int64 `json:"status,omitempty" xml:"status,omitempty"`

	AccountCode string `json:"account_code,omitempty" xml:"account_code,omitempty"`

	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`

	AccountType int64 `json:"account_type,omitempty" xml:"account_type,omitempty"`

	AccountName string `json:"account_name,omitempty" xml:"account_name,omitempty"`
}

TopAccountDto

type TopAcctCashJourDto

type TopAcctCashJourDto struct {
	Amount int64 `json:"amount,omitempty" xml:"amount,omitempty"`

	BookTime string `json:"book_time,omitempty" xml:"book_time,omitempty"`

	TaobaoAlipayId string `json:"taobao_alipay_id,omitempty" xml:"taobao_alipay_id,omitempty"`

	AccountId int64 `json:"account_id,omitempty" xml:"account_id,omitempty"`

	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`

	Description string `json:"description,omitempty" xml:"description,omitempty"`

	JournalType int64 `json:"journal_type,omitempty" xml:"journal_type,omitempty"`

	OtherAlipayId string `json:"other_alipay_id,omitempty" xml:"other_alipay_id,omitempty"`

	Bid int64 `json:"bid,omitempty" xml:"bid,omitempty"`
}

TopAcctCashJourDto

Jump to

Keyboard shortcuts

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