Skip to content

Commit

Permalink
update voucher_detail_list to VoucherDetailList
Browse files Browse the repository at this point in the history
  • Loading branch information
wuqunlin committed Feb 24, 2017
1 parent 98f1218 commit a939d46
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions trade_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,15 +353,15 @@ type AliPayTradePayResponse struct {
Amount string `json:"amount"` // 该支付工具类型所使用的金额
RealAmount string `json:"real_amount"` // 渠道实际付款金额
} `json:"fund_bill_list"` // 交易支付使用的资金渠道
GmtPayment string `json:"gmt_payment"`
InvoiceAmount string `json:"invoice_amount"` // 交易中用户支付的可开具发票的金额,单位为元,两位小数。
OutTradeNo string `json:"out_trade_no"` // 创建交易传入的商户订单号
TradeNo string `json:"trade_no"` // 支付宝交易号
PointAmount string `json:"point_amount"` // 积分支付的金额,单位为元,两位小数。
ReceiptAmount string `json:"receipt_amount"` // 实收金额,单位为元,两位小数
StoreName string `json:"store_name"` // 发生支付交易的商户门店名称
TotalAmount string `json:"total_amount"` // 发该笔退款所对应的交易的订单金额
voucher_detail_list []struct {
GmtPayment string `json:"gmt_payment"`
InvoiceAmount string `json:"invoice_amount"` // 交易中用户支付的可开具发票的金额,单位为元,两位小数。
OutTradeNo string `json:"out_trade_no"` // 创建交易传入的商户订单号
TradeNo string `json:"trade_no"` // 支付宝交易号
PointAmount string `json:"point_amount"` // 积分支付的金额,单位为元,两位小数。
ReceiptAmount string `json:"receipt_amount"` // 实收金额,单位为元,两位小数
StoreName string `json:"store_name"` // 发生支付交易的商户门店名称
TotalAmount string `json:"total_amount"` // 发该笔退款所对应的交易的订单金额
VoucherDetailList []struct {
Id string `json:"id"`
Amount string `json:"amount"`
Memo string `json:"memo"`
Expand Down

0 comments on commit a939d46

Please sign in to comment.