public class AlipayEbppJfexportBillCreateModel extends AlipayObject
Constructor and Description |
---|
AlipayEbppJfexportBillCreateModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAmount()
Gets amount.
|
String |
getBillKey()
Gets bill key.
|
String |
getBizType()
Gets biz type.
|
String |
getCacheKey()
Gets cache key.
|
String |
getChargeInst()
Gets charge inst.
|
String |
getExtendField()
Gets extend field.
|
String |
getMerchantOrderNo()
Gets merchant order no.
|
String |
getSubBizType()
Gets sub biz type.
|
String |
getUniqueId()
Gets unique id.
|
void |
setAmount(String amount)
Sets amount.
|
void |
setBillKey(String billKey)
Sets bill key.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setCacheKey(String cacheKey)
Sets cache key.
|
void |
setChargeInst(String chargeInst)
Sets charge inst.
|
void |
setExtendField(String extendField)
Sets extend field.
|
void |
setMerchantOrderNo(String merchantOrderNo)
Sets merchant order no.
|
void |
setSubBizType(String subBizType)
Sets sub biz type.
|
void |
setUniqueId(String uniqueId)
Sets unique id.
|
public String getAmount()
public void setAmount(String amount)
amount
- the amountpublic String getBillKey()
public void setBillKey(String billKey)
billKey
- the bill keypublic String getBizType()
public void setBizType(String bizType)
bizType
- the biz typepublic String getCacheKey()
public void setCacheKey(String cacheKey)
cacheKey
- the cache keypublic String getChargeInst()
public void setChargeInst(String chargeInst)
chargeInst
- the charge instpublic String getExtendField()
public void setExtendField(String extendField)
extendField
- the extend fieldpublic String getMerchantOrderNo()
public void setMerchantOrderNo(String merchantOrderNo)
merchantOrderNo
- the merchant order nopublic String getSubBizType()
public void setSubBizType(String subBizType)
subBizType
- the sub biz typepublic String getUniqueId()
public void setUniqueId(String uniqueId)
uniqueId
- the unique idCopyright © 2018. All rights reserved.