public class OrderPaymentAmount extends Object
| 构造器和说明 |
|---|
OrderPaymentAmount() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.