Skip to content

Commit

Permalink
add TradeUnsettledAmount of TradeSettleInfo (#395)
Browse files Browse the repository at this point in the history
* add TradeUnsettledAmount of TradeSettleInfo

---------

Co-authored-by: rickycoder <rickycoder@mail.com>
  • Loading branch information
rickycoder and rickycoder authored May 15, 2024
1 parent 13a1eb5 commit d34e39c
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 d34e39c

Please sign in to comment.