Documentation ¶
Index ¶
- type GetPayoutStatusDataResponseEntity
- type GetPayoutStatusDetailResponseEntity
- type GetPayoutStatusResult
- type GetTransactionDetailsDataResponseEntity
- type GetTransactionDetailsDetailResponseEntity
- type GetTransactionDetailsResult
- type QueryTransactionDetailsDataResponseEntity
- type QueryTransactionDetailsDetailResponseEntity
- type QueryTransactionDetailsResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetPayoutStatusDataResponseEntity ¶
type GetPayoutStatusDataResponseEntity struct { ClosingBalance string `json:"closing_balance"` GuaranteeDeposit string `json:"guarantee_deposit"` Payout string `json:"payout"` Paid string `json:"paid"` StatementNumber string `json:"statement_number"` CreatedAt string `json:"created_at"` UpdatedAt string `json:"updated_at"` OpeningBalance string `json:"opening_balance"` ItemRevenue string `json:"item_revenue"` ShipmentFee string `json:"shipment_fee"` ShipmentFeeCredit string `json:"shipment_fee_credit"` OtherRevenueTotal string `json:"other_revenue_total"` FeesTotal string `json:"fees_total"` Subtotal1 string `json:"subtotal1"` Refunds string `json:"refunds"` FeesOnRefundsTotal string `json:"fees_on_refunds_total"` Subtotal2 string `json:"subtotal2"` }
func (GetPayoutStatusDataResponseEntity) String ¶
func (g GetPayoutStatusDataResponseEntity) String() string
type GetPayoutStatusDetailResponseEntity ¶
type GetPayoutStatusDetailResponseEntity struct{}
type GetPayoutStatusResult ¶
type GetPayoutStatusResult struct { Data []GetPayoutStatusDataResponseEntity `json:"data"` Type string `json:"type"` Code string `json:"code"` Message string `json:"message"` RequestId string `json:"request_id"` Detail []GetPayoutStatusDetailResponseEntity `json:"detail"` }
func (GetPayoutStatusResult) String ¶
func (g GetPayoutStatusResult) String() string
type GetTransactionDetailsDataResponseEntity ¶
type GetTransactionDetailsDataResponseEntity struct { Details string `json:"details"` SellerSku string `json:"seller_sku"` LazadaSku string `json:"lazada_sku"` Amount string `json:"amount"` VATInAmount string `json:"VAT_in_amount"` WHTAmount string `json:"WHT_amount"` WHTIncludedInAmount string `json:"WHT_included_in_amount"` Statement string `json:"statement"` PaidStatus string `json:"paid_status"` OrderNo string `json:"order_no"` OrderItemNo string `json:"orderItem_no"` OrderItemStatus string `json:"orderItem_status"` ShippingProvider string `json:"shipping_provider"` ShippingSpeed string `json:"shipping_speed"` ShipmentType string `json:"shipment_type"` Reference string `json:"reference"` Comment string `json:"comment"` PaymentRefId string `json:"payment_ref_id"` FeeName string `json:"fee_name"` TransactionDate string `json:"transaction_date"` TransactionType string `json:"transaction_type"` TransactionNumber string `json:"transaction_number"` }
func (GetTransactionDetailsDataResponseEntity) String ¶
func (g GetTransactionDetailsDataResponseEntity) String() string
type GetTransactionDetailsDetailResponseEntity ¶
type GetTransactionDetailsDetailResponseEntity struct{}
type GetTransactionDetailsResult ¶
type GetTransactionDetailsResult struct { Data []GetTransactionDetailsDataResponseEntity `json:"data"` Type string `json:"type"` Code string `json:"code"` Message string `json:"message"` RequestId string `json:"request_id"` Detail []GetTransactionDetailsDetailResponseEntity `json:"detail"` }
func (GetTransactionDetailsResult) String ¶
func (g GetTransactionDetailsResult) String() string
type QueryTransactionDetailsDataResponseEntity ¶
type QueryTransactionDetailsDataResponseEntity struct { FeeType string `json:"fee_type"` Details string `json:"details"` SellerSku string `json:"seller_sku"` LazadaSku string `json:"lazada_sku"` Amount string `json:"amount"` VATInAmount string `json:"VAT_in_amount"` WHTAmount string `json:"WHT_amount"` WHTIncludedInAmount string `json:"WHT_included_in_amount"` Statement string `json:"statement"` PaidStatus string `json:"paid_status"` OrderNo string `json:"order_no"` OrderItemNo string `json:"orderItem_no"` OrderItemStatus string `json:"orderItem_status"` ShippingProvider string `json:"shipping_provider"` ShippingSpeed string `json:"shipping_speed"` ShipmentType string `json:"shipment_type"` Reference string `json:"reference"` Comment string `json:"comment"` PaymentRefId string `json:"payment_ref_id"` FeeName string `json:"fee_name"` TransactionDate string `json:"transaction_date"` TransactionType string `json:"transaction_type"` TransactionNumber string `json:"transaction_number"` }
func (QueryTransactionDetailsDataResponseEntity) String ¶
func (g QueryTransactionDetailsDataResponseEntity) String() string
type QueryTransactionDetailsDetailResponseEntity ¶
type QueryTransactionDetailsDetailResponseEntity struct{}
type QueryTransactionDetailsResult ¶
type QueryTransactionDetailsResult struct { Data []QueryTransactionDetailsDataResponseEntity `json:"data"` Type string `json:"type"` Code string `json:"code"` Message string `json:"message"` RequestId string `json:"request_id"` Detail []QueryTransactionDetailsDetailResponseEntity `json:"detail"` }
func (QueryTransactionDetailsResult) String ¶
func (g QueryTransactionDetailsResult) String() string
Click to show internal directories.
Click to hide internal directories.