public class CombineAmount extends Object
private String
currency
private Long
totalAmount
CombineAmount()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private String currency
private Long totalAmount
境外场景下,标价金额要超过商户结算币种的最小单位金额,例如结算币种为美元,则标价金额必须大于1美分
public CombineAmount()