public class AccTransDetail extends AlipayObject
Constructor and Description |
---|
AccTransDetail() |
Modifier and Type | Method and Description |
---|---|
String |
getAlipayOrderNo()
Gets alipay order no.
|
CertInfo |
getCertInfo()
Gets cert info.
|
String |
getDetailNo()
Gets detail no.
|
OriTxnInfo |
getOriTxnInfo()
Gets ori txn info.
|
AccPayeeInfo |
getPayeeInfo()
Gets payee info.
|
String |
getReachTime()
Gets reach time.
|
String |
getRemark()
Gets remark.
|
String |
getSettlementCurrency()
Gets settlement currency.
|
String |
getTransAmount()
Gets trans amount.
|
String |
getTransCurrency()
Gets trans currency.
|
void |
setAlipayOrderNo(String alipayOrderNo)
Sets alipay order no.
|
void |
setCertInfo(CertInfo certInfo)
Sets cert info.
|
void |
setDetailNo(String detailNo)
Sets detail no.
|
void |
setOriTxnInfo(OriTxnInfo oriTxnInfo)
Sets ori txn info.
|
void |
setPayeeInfo(AccPayeeInfo payeeInfo)
Sets payee info.
|
void |
setReachTime(String reachTime)
Sets reach time.
|
void |
setRemark(String remark)
Sets remark.
|
void |
setSettlementCurrency(String settlementCurrency)
Sets settlement currency.
|
void |
setTransAmount(String transAmount)
Sets trans amount.
|
void |
setTransCurrency(String transCurrency)
Sets trans currency.
|
public String getAlipayOrderNo()
public void setAlipayOrderNo(String alipayOrderNo)
alipayOrderNo
- the alipay order nopublic CertInfo getCertInfo()
public void setCertInfo(CertInfo certInfo)
certInfo
- the cert infopublic String getDetailNo()
public void setDetailNo(String detailNo)
detailNo
- the detail nopublic OriTxnInfo getOriTxnInfo()
public void setOriTxnInfo(OriTxnInfo oriTxnInfo)
oriTxnInfo
- the ori txn infopublic AccPayeeInfo getPayeeInfo()
public void setPayeeInfo(AccPayeeInfo payeeInfo)
payeeInfo
- the payee infopublic String getReachTime()
public void setReachTime(String reachTime)
reachTime
- the reach timepublic String getRemark()
public void setRemark(String remark)
remark
- the remarkpublic String getSettlementCurrency()
public void setSettlementCurrency(String settlementCurrency)
settlementCurrency
- the settlement currencypublic String getTransAmount()
public void setTransAmount(String transAmount)
transAmount
- the trans amountpublic String getTransCurrency()
public void setTransCurrency(String transCurrency)
transCurrency
- the trans currencyCopyright © 2018. All rights reserved.