public class AlipayEbppFacepayBillQueryModel extends AlipayObject
Constructor and Description |
---|
AlipayEbppFacepayBillQueryModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBillNo()
Gets bill no.
|
String |
getOutOrderNo()
Gets out order no.
|
String |
getUserId()
Gets user id.
|
String |
getUserIdentityCode()
Gets user identity code.
|
void |
setBillNo(String billNo)
Sets bill no.
|
void |
setOutOrderNo(String outOrderNo)
Sets out order no.
|
void |
setUserId(String userId)
Sets user id.
|
void |
setUserIdentityCode(String userIdentityCode)
Sets user identity code.
|
public String getBillNo()
public void setBillNo(String billNo)
billNo
- the bill nopublic String getOutOrderNo()
public void setOutOrderNo(String outOrderNo)
outOrderNo
- the out order nopublic String getUserId()
public void setUserId(String userId)
userId
- the user idpublic String getUserIdentityCode()
public void setUserIdentityCode(String userIdentityCode)
userIdentityCode
- the user identity codeCopyright © 2018. All rights reserved.