public class AlipayEbppInvoiceInfoGetModel extends AlipayObject
| Constructor and Description |
|---|
AlipayEbppInvoiceInfoGetModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInvoiceCode()
Gets invoice code.
|
String |
getInvoiceNo()
Gets invoice no.
|
String |
getUserId()
Gets user id.
|
void |
setInvoiceCode(String invoiceCode)
Sets invoice code.
|
void |
setInvoiceNo(String invoiceNo)
Sets invoice no.
|
void |
setUserId(String userId)
Sets user id.
|
public String getInvoiceCode()
public void setInvoiceCode(String invoiceCode)
invoiceCode - the invoice codepublic String getInvoiceNo()
public void setInvoiceNo(String invoiceNo)
invoiceNo - the invoice nopublic String getUserId()
public void setUserId(String userId)
userId - the user idCopyright © 2018. All rights reserved.