Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoodsDetail ¶ added in v2.0.38
type RefundAmount ¶
type RefundPromotionDetail ¶
type ResponseRefund ¶
type ResponseRefund struct {
response.ResponsePayment
RefundID string `json:"refund_id"`
OutRefundNO string `json:"out_refund_no"`
TransactionID string `json:"transaction_id"`
OutTradeNO string `json:"out_trade_no"`
Channel string `json:"channel"`
UserReceivedAccount string `json:"user_received_account"`
SuccessTime string `json:"success_time"`
CreateTime string `json:"create_time"`
Status string `json:"status"`
FundsAccount string `json:"funds_account"`
Amount *RefundAmount `json:"amount"`
PromotionDetail []*RefundPromotionDetail `json:"promotion_detail,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.