public class TotalAmount extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
currency
符合ISO 4217标准的三位字母代码,必填,人民币:CNY 。
|
private Long |
totalAmount
子单金额,单位为分,必填
|
| Constructor and Description |
|---|
TotalAmount(long totalAmount)
Instantiates a new Total amount.
|
TotalAmount(Long totalAmount,
String currency)
Instantiates a new Total amount.
|
private final Long totalAmount
境外场景下,标价金额要超过商户结算币种的最小单位金额,例如结算币种为美元,则标价金额必须大于1美分
private final String currency
Copyright © 2023. All rights reserved.