Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoogle-ink committed May 29, 2024
2 parents d9cd1ed + d34e39c commit 6bb1a46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alipay/model_payment.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ type SubFee struct {
}

type TradeSettleInfo struct {
//trade_unsettled_amount|剩余待结算金额
TradeUnsettledAmount string `json:"trade_unsettled_amount,omitempty"`
TradeSettleDetailList []*TradeSettleDetail `json:"trade_settle_detail_list,omitempty"`
}

Expand Down

0 comments on commit 6bb1a46

Please sign in to comment.