public class OrderRefundInput extends Object
| 构造器和说明 |
|---|
OrderRefundInput() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBgUrl()
Gets bg url.
|
String |
getChannel()
Gets channel.
|
String |
getLedgerDetail()
Gets ledger detail.
|
String |
getMac()
Gets mac.
|
String |
getMerchantId()
Gets merchant id.
|
String |
getMerchantPwd()
Gets merchant pwd.
|
String |
getOldOrderNo()
Gets old order no.
|
String |
getOldOrderReqNo()
Gets old order req no.
|
String |
getRefundReqDate()
Gets refund req date.
|
String |
getRefundReqNo()
Gets refund req no.
|
String |
getSubMerchantId()
Gets sub merchant id.
|
String |
getTransAmt()
Gets trans amt.
|
void |
setBgUrl(String bgUrl)
Sets bg url.
|
void |
setChannel(String channel)
Sets channel.
|
void |
setLedgerDetail(String ledgerDetail)
Sets ledger detail.
|
void |
setMac(String mac)
Sets mac.
|
void |
setMerchantId(String merchantId)
Sets merchant id.
|
void |
setMerchantPwd(String merchantPwd)
Sets merchant pwd.
|
void |
setOldOrderNo(String oldOrderNo)
Sets old order no.
|
void |
setOldOrderReqNo(String oldOrderReqNo)
Sets old order req no.
|
void |
setRefundReqDate(String refundReqDate)
Sets refund req date.
|
void |
setRefundReqNo(String refundReqNo)
Sets refund req no.
|
void |
setSubMerchantId(String subMerchantId)
Sets sub merchant id.
|
void |
setTransAmt(String transAmt)
Sets trans amt.
|
public String getOldOrderNo()
public String getOldOrderReqNo()
public void setOldOrderNo(String oldOrderNo)
oldOrderNo - the old order nopublic void setOldOrderReqNo(String oldOrderReqNo)
oldOrderReqNo - the old order req nopublic String getMerchantId()
public String getSubMerchantId()
public String getMerchantPwd()
public String getRefundReqNo()
public String getRefundReqDate()
public String getTransAmt()
public String getLedgerDetail()
public String getChannel()
public String getMac()
public String getBgUrl()
public void setMerchantId(String merchantId)
merchantId - the merchant idpublic void setSubMerchantId(String subMerchantId)
subMerchantId - the sub merchant idpublic void setMerchantPwd(String merchantPwd)
merchantPwd - the merchant pwdpublic void setRefundReqNo(String refundReqNo)
refundReqNo - the refund req nopublic void setRefundReqDate(String refundReqDate)
refundReqDate - the refund req datepublic void setTransAmt(String transAmt)
transAmt - the trans amtpublic void setLedgerDetail(String ledgerDetail)
ledgerDetail - the ledger detailpublic void setChannel(String channel)
channel - the channelpublic void setMac(String mac)
mac - the macpublic void setBgUrl(String bgUrl)
bgUrl - the bg urlCopyright © 2018. All rights reserved.