public class OrderPaymentAmount extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
currency
CNY:人民币,境内商户号仅支持人民币。
|
private int |
total
订单总金额,单位为分
|
| Constructor and Description |
|---|
OrderPaymentAmount() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency()
获取 CNY:人民币,境内商户号仅支持人民币。
|
int |
getTotal()
获取 订单总金额,单位为分
|
void |
setCurrency(String currency)
设置 CNY:人民币,境内商户号仅支持人民币。
|
void |
setTotal(int total)
设置 订单总金额,单位为分
|
private int total
private String currency
public int getTotal()
public void setTotal(int total)
total - 订单总金额,单位为分public String getCurrency()
public void setCurrency(String currency)
currency - CNY:人民币,境内商户号仅支持人民币。Copyright © 2024. All rights reserved.