entity

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

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

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

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

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

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

Jump to

Keyboard shortcuts

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