public class AlipayEbppFacepayBillPayModel extends AlipayObject
Constructor and Description |
---|
AlipayEbppFacepayBillPayModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBillDate()
Gets bill date.
|
String |
getBillKey()
Gets bill key.
|
String |
getBizType()
Gets biz type.
|
String |
getChargeInst()
Gets charge inst.
|
String |
getExtendField()
Gets extend field.
|
String |
getFineAmount()
Gets fine amount.
|
String |
getInstNo()
Gets inst no.
|
String |
getOutOrderNo()
Gets out order no.
|
String |
getPayAmount()
Gets pay amount.
|
String |
getPid()
Gets pid.
|
String |
getSubBizType()
Gets sub biz type.
|
String |
getUserIdentityCode()
Gets user identity code.
|
void |
setBillDate(String billDate)
Sets bill date.
|
void |
setBillKey(String billKey)
Sets bill key.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setChargeInst(String chargeInst)
Sets charge inst.
|
void |
setExtendField(String extendField)
Sets extend field.
|
void |
setFineAmount(String fineAmount)
Sets fine amount.
|
void |
setInstNo(String instNo)
Sets inst no.
|
void |
setOutOrderNo(String outOrderNo)
Sets out order no.
|
void |
setPayAmount(String payAmount)
Sets pay amount.
|
void |
setPid(String pid)
Sets pid.
|
void |
setSubBizType(String subBizType)
Sets sub biz type.
|
void |
setUserIdentityCode(String userIdentityCode)
Sets user identity code.
|
public String getBillDate()
public void setBillDate(String billDate)
billDate
- the bill datepublic String getBillKey()
public void setBillKey(String billKey)
billKey
- the bill keypublic String getBizType()
public void setBizType(String bizType)
bizType
- the biz typepublic String getChargeInst()
public void setChargeInst(String chargeInst)
chargeInst
- the charge instpublic String getExtendField()
public void setExtendField(String extendField)
extendField
- the extend fieldpublic String getFineAmount()
public void setFineAmount(String fineAmount)
fineAmount
- the fine amountpublic String getInstNo()
public void setInstNo(String instNo)
instNo
- the inst nopublic String getOutOrderNo()
public void setOutOrderNo(String outOrderNo)
outOrderNo
- the out order nopublic String getPayAmount()
public void setPayAmount(String payAmount)
payAmount
- the pay amountpublic String getPid()
public void setPid(String pid)
pid
- the pidpublic String getSubBizType()
public void setSubBizType(String subBizType)
subBizType
- the sub biz typepublic String getUserIdentityCode()
public void setUserIdentityCode(String userIdentityCode)
userIdentityCode
- the user identity codeCopyright © 2018. All rights reserved.