response

package
v2.0.40 Latest Latest
Warning

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

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

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 GoodsDetail struct {
	MerchantGoodsID  string `json:"merchant_goods_id"`
	WechatPayGoodsID string `json:"wechatpay_goods_id"`
	GoodsName        string `json:"goods_name"`
	UnitPrice        int    `json:"unit_price"`
	RefundAmount     int    `json:"refund_amount"`
	RefundQuantity   int    `json:"refund_quantity"`
}

type RefundAmount

type RefundAmount struct {
	Refund int `json:"refund"`
	From   []struct {
		Account string `json:"account"`
		Amount  int    `json:"amount"`
	} `json:"from"`
	Total    int    `json:"total"`
	Currency string `json:"currency"`
}

type RefundPromotionDetail

type RefundPromotionDetail struct {
	PromotionID  string         `json:"promotion_id"`
	Scope        string         `json:"scope"`
	Type         string         `json:"type"`
	Amount       int            `json:"amount"`
	RefundAmount int            `json:"refund_amount"`
	GoodsDetail  []*GoodsDetail `json:"goods_detail"`
}

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"`
}

Jump to

Keyboard shortcuts

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