public class AlipayEbppBillAddResponse extends AlipayResponse
Constructor and Description |
---|
AlipayEbppBillAddResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAlipayOrderNo()
Gets alipay order no.
|
String |
getBankBillNo()
Gets bank bill no.
|
String |
getBillDate()
Gets bill date.
|
String |
getBillKey()
Gets bill key.
|
String |
getChargeInst()
Gets charge inst.
|
String |
getChargeInstName()
Gets charge inst name.
|
String |
getExtendField()
Gets extend field.
|
String |
getMerchantOrderNo()
Gets merchant order no.
|
String |
getOrderType()
Gets order type.
|
String |
getOwnerName()
Gets owner name.
|
String |
getPayAmount()
Gets pay amount.
|
String |
getServiceAmount()
Gets service amount.
|
String |
getSubOrderType()
Gets sub order type.
|
void |
setAlipayOrderNo(String alipayOrderNo)
Sets alipay order no.
|
void |
setBankBillNo(String bankBillNo)
Sets bank bill no.
|
void |
setBillDate(String billDate)
Sets bill date.
|
void |
setBillKey(String billKey)
Sets bill key.
|
void |
setChargeInst(String chargeInst)
Sets charge inst.
|
void |
setChargeInstName(String chargeInstName)
Sets charge inst name.
|
void |
setExtendField(String extendField)
Sets extend field.
|
void |
setMerchantOrderNo(String merchantOrderNo)
Sets merchant order no.
|
void |
setOrderType(String orderType)
Sets order type.
|
void |
setOwnerName(String ownerName)
Sets owner name.
|
void |
setPayAmount(String payAmount)
Sets pay amount.
|
void |
setServiceAmount(String serviceAmount)
Sets service amount.
|
void |
setSubOrderType(String subOrderType)
Sets sub order type.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public void setAlipayOrderNo(String alipayOrderNo)
alipayOrderNo
- the alipay order nopublic String getAlipayOrderNo()
public void setBankBillNo(String bankBillNo)
bankBillNo
- the bank bill nopublic String getBankBillNo()
public void setBillDate(String billDate)
billDate
- the bill datepublic String getBillDate()
public void setBillKey(String billKey)
billKey
- the bill keypublic String getBillKey()
public void setChargeInst(String chargeInst)
chargeInst
- the charge instpublic String getChargeInst()
public void setChargeInstName(String chargeInstName)
chargeInstName
- the charge inst namepublic String getChargeInstName()
public void setExtendField(String extendField)
extendField
- the extend fieldpublic String getExtendField()
public void setMerchantOrderNo(String merchantOrderNo)
merchantOrderNo
- the merchant order nopublic String getMerchantOrderNo()
public void setOrderType(String orderType)
orderType
- the order typepublic String getOrderType()
public void setOwnerName(String ownerName)
ownerName
- the owner namepublic String getOwnerName()
public void setPayAmount(String payAmount)
payAmount
- the pay amountpublic String getPayAmount()
public void setServiceAmount(String serviceAmount)
serviceAmount
- the service amountpublic String getServiceAmount()
public void setSubOrderType(String subOrderType)
subOrderType
- the sub order typepublic String getSubOrderType()
Copyright © 2018. All rights reserved.