public class AdvanceReq extends ScratiCommonReq
| Constructor and Description |
|---|
AdvanceReq() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBatchNo() |
BeneficiaryInfo |
getBeneficiaryInfo() |
String |
getFeeType() |
String |
getIpAddress() |
String |
getMchId() |
String |
getNotifyUrl() |
String |
getOrderId() |
String |
getProdId() |
String |
getRemark() |
Long |
getTotalAmount() |
String |
getUsageType() |
void |
setBatchNo(String batchNo) |
void |
setBeneficiaryInfo(BeneficiaryInfo beneficiaryInfo) |
void |
setFeeType(String feeType) |
void |
setIpAddress(String ipAddress) |
void |
setMchId(String mchId) |
void |
setNotifyUrl(String notifyUrl) |
void |
setOrderId(String orderId) |
void |
setProdId(String prodId) |
void |
setRemark(String remark) |
void |
setTotalAmount(Long totalAmount) |
void |
setUsageType(String usageType) |
public String getMchId()
public void setMchId(String mchId)
public String getProdId()
public void setProdId(String prodId)
public String getOrderId()
public void setOrderId(String orderId)
public String getFeeType()
public void setFeeType(String feeType)
public Long getTotalAmount()
public void setTotalAmount(Long totalAmount)
public String getUsageType()
public void setUsageType(String usageType)
public String getBatchNo()
public void setBatchNo(String batchNo)
public String getRemark()
public void setRemark(String remark)
public String getNotifyUrl()
public void setNotifyUrl(String notifyUrl)
public BeneficiaryInfo getBeneficiaryInfo()
public void setBeneficiaryInfo(BeneficiaryInfo beneficiaryInfo)
public String getIpAddress()
public void setIpAddress(String ipAddress)
Copyright © 2018. All rights reserved.