public class InvoicingSearch extends PayPalModel
| Constructor and Description |
|---|
InvoicingSearch()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getEmail()
Initial letters of the email address.
|
java.lang.String |
getEndCreationDate()
End invoice creation date.
|
java.lang.String |
getEndDueDate()
End invoice due date.
|
java.lang.String |
getEndInvoiceDate()
End invoice date.
|
java.lang.String |
getEndPaymentDate()
End invoice payment date.
|
Currency |
getLowerTotalAmount()
Lower limit of total amount.
|
java.lang.String |
getNumber()
The invoice number that appears on the invoice.
|
float |
getPage()
Offset of the search results.
|
float |
getPageSize()
Page size of the search results.
|
java.lang.String |
getRecipientBusinessName()
Initial letters of the recipient's business name.
|
java.lang.String |
getRecipientFirstName()
Initial letters of the recipient's first name.
|
java.lang.String |
getRecipientLastName()
Initial letters of the recipient's last name.
|
java.lang.String |
getStartCreationDate()
Start invoice creation date.
|
java.lang.String |
getStartDueDate()
Start invoice due date.
|
java.lang.String |
getStartInvoiceDate()
Start invoice date.
|
java.lang.String |
getStartPaymentDate()
Start invoice payment date.
|
java.lang.String |
getStatus()
Status of the invoice.
|
java.lang.Boolean |
getTotalCountRequired()
A flag indicating whether total count is required in the response.
|
Currency |
getUpperTotalAmount()
Upper limit of total amount.
|
int |
hashCode() |
InvoicingSearch |
setEmail(java.lang.String email)
Initial letters of the email address.
|
InvoicingSearch |
setEndCreationDate(java.lang.String endCreationDate)
End invoice creation date.
|
InvoicingSearch |
setEndDueDate(java.lang.String endDueDate)
End invoice due date.
|
InvoicingSearch |
setEndInvoiceDate(java.lang.String endInvoiceDate)
End invoice date.
|
InvoicingSearch |
setEndPaymentDate(java.lang.String endPaymentDate)
End invoice payment date.
|
InvoicingSearch |
setLowerTotalAmount(Currency lowerTotalAmount)
Lower limit of total amount.
|
InvoicingSearch |
setNumber(java.lang.String number)
The invoice number that appears on the invoice.
|
InvoicingSearch |
setPage(float page)
Offset of the search results.
|
InvoicingSearch |
setPageSize(float pageSize)
Page size of the search results.
|
InvoicingSearch |
setRecipientBusinessName(java.lang.String recipientBusinessName)
Initial letters of the recipient's business name.
|
InvoicingSearch |
setRecipientFirstName(java.lang.String recipientFirstName)
Initial letters of the recipient's first name.
|
InvoicingSearch |
setRecipientLastName(java.lang.String recipientLastName)
Initial letters of the recipient's last name.
|
InvoicingSearch |
setStartCreationDate(java.lang.String startCreationDate)
Start invoice creation date.
|
InvoicingSearch |
setStartDueDate(java.lang.String startDueDate)
Start invoice due date.
|
InvoicingSearch |
setStartInvoiceDate(java.lang.String startInvoiceDate)
Start invoice date.
|
InvoicingSearch |
setStartPaymentDate(java.lang.String startPaymentDate)
Start invoice payment date.
|
InvoicingSearch |
setStatus(java.lang.String status)
Status of the invoice.
|
InvoicingSearch |
setTotalCountRequired(java.lang.Boolean totalCountRequired)
A flag indicating whether total count is required in the response.
|
InvoicingSearch |
setUpperTotalAmount(Currency upperTotalAmount)
Upper limit of total amount.
|
toJSON, toStringpublic java.lang.String getEmail()
public java.lang.String getRecipientFirstName()
public java.lang.String getRecipientLastName()
public java.lang.String getRecipientBusinessName()
public java.lang.String getNumber()
public java.lang.String getStatus()
public Currency getLowerTotalAmount()
public Currency getUpperTotalAmount()
public java.lang.String getStartInvoiceDate()
public java.lang.String getEndInvoiceDate()
public java.lang.String getStartDueDate()
public java.lang.String getEndDueDate()
public java.lang.String getStartPaymentDate()
public java.lang.String getEndPaymentDate()
public java.lang.String getStartCreationDate()
public java.lang.String getEndCreationDate()
public float getPage()
public float getPageSize()
public java.lang.Boolean getTotalCountRequired()
public InvoicingSearch setEmail(java.lang.String email)
public InvoicingSearch setRecipientFirstName(java.lang.String recipientFirstName)
public InvoicingSearch setRecipientLastName(java.lang.String recipientLastName)
public InvoicingSearch setRecipientBusinessName(java.lang.String recipientBusinessName)
public InvoicingSearch setNumber(java.lang.String number)
public InvoicingSearch setStatus(java.lang.String status)
public InvoicingSearch setLowerTotalAmount(Currency lowerTotalAmount)
public InvoicingSearch setUpperTotalAmount(Currency upperTotalAmount)
public InvoicingSearch setStartInvoiceDate(java.lang.String startInvoiceDate)
public InvoicingSearch setEndInvoiceDate(java.lang.String endInvoiceDate)
public InvoicingSearch setStartDueDate(java.lang.String startDueDate)
public InvoicingSearch setEndDueDate(java.lang.String endDueDate)
public InvoicingSearch setStartPaymentDate(java.lang.String startPaymentDate)
public InvoicingSearch setEndPaymentDate(java.lang.String endPaymentDate)
public InvoicingSearch setStartCreationDate(java.lang.String startCreationDate)
public InvoicingSearch setEndCreationDate(java.lang.String endCreationDate)
public InvoicingSearch setPage(float page)
public InvoicingSearch setPageSize(float pageSize)
public InvoicingSearch setTotalCountRequired(java.lang.Boolean totalCountRequired)
public boolean equals(java.lang.Object o)
equals in class PayPalModelprotected boolean canEqual(java.lang.Object other)
canEqual in class PayPalModelpublic int hashCode()
hashCode in class PayPalModel