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