Class Search
Class Search
Invoice search parameters.
- PayPal\Common\PayPalModel
- PayPal\Api\Search
Methods summary
public
|
|
public
string
|
|
public
|
#
setRecipientFirstName( string $recipient_first_name )
The initial letters of the recipient's first name. |
public
string
|
|
public
|
#
setRecipientLastName( string $recipient_last_name )
The initial letters of the recipient's last name. |
public
string
|
|
public
|
#
setRecipientBusinessName( string $recipient_business_name )
The initial letters of the recipient's business name. |
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
#
setLowerTotalAmount(
The lower limit of the total amount. |
public
|
|
public
|
|
public
|
|
public
|
#
setStartInvoiceDate( string $start_invoice_date )
The start date for the invoice. Date format is yyyy-MM-dd z, as defined in Internet Date/Time Format. |
public
string
|
#
getStartInvoiceDate( )
The start date for the invoice. Date format is yyyy-MM-dd z, as defined in Internet Date/Time Format. |
public
|
#
setEndInvoiceDate( string $end_invoice_date )
The end date for the invoice. Date format is yyyy-MM-dd z, as defined in Internet Date/Time Format. |
public
string
|
#
getEndInvoiceDate( )
The end date for the invoice. Date format is yyyy-MM-dd z, as defined in Internet Date/Time Format. |
public
|
#
setStartDueDate( string $start_due_date )
The start due date for the invoice. Date format is yyyy-MM-dd z, as defined in Internet Date/Time Format. |
public
string
|
#
getStartDueDate( )
The start due date for the invoice. Date format is yyyy-MM-dd z, as defined in Internet Date/Time Format. |
public
|
#
setEndDueDate( string $end_due_date )
The end due date for the invoice. Date format is yyyy-MM-dd z, as defined in Internet Date/Time Format. |
public
string
|
#
getEndDueDate( )
The end due date for the invoice. Date format is yyyy-MM-dd z, as defined in Internet Date/Time Format. |
public
|
#
setStartPaymentDate( string $start_payment_date )
The start payment date for the invoice. Date format is yyyy-MM-dd z, as defined in Internet Date/Time Format. |
public
string
|
#
getStartPaymentDate( )
The start payment date for the invoice. Date format is yyyy-MM-dd z, as defined in Internet Date/Time Format. |
public
|
#
setEndPaymentDate( string $end_payment_date )
The end payment date for the invoice. Date format is yyyy-MM-dd z, as defined in Internet Date/Time Format. |
public
string
|
#
getEndPaymentDate( )
The end payment date for the invoice. Date format is yyyy-MM-dd z, as defined in Internet Date/Time Format. |
public
|
#
setStartCreationDate( string $start_creation_date )
The start creation date for the invoice. Date format is yyyy-MM-dd z, as defined in Internet Date/Time Format. |
public
string
|
#
getStartCreationDate( )
The start creation date for the invoice. Date format is yyyy-MM-dd z, as defined in Internet Date/Time Format. |
public
|
#
setEndCreationDate( string $end_creation_date )
The end creation date for the invoice. Date format is yyyy-MM-dd z, as defined in Internet Date/Time Format. |
public
string
|
#
getEndCreationDate( )
The end creation date for the invoice. Date format is yyyy-MM-dd z, as defined in Internet Date/Time Format. |
public
|
|
public
PayPal\Api\number
|
|
public
|
|
public
PayPal\Api\number
|
|
public
|
#
setTotalCountRequired( boolean $total_count_required )
Indicates whether the total count appears in the response. Default is |
public
boolean
|
#
getTotalCountRequired( )
Indicates whether the total count appears in the response. Default is |
public
|
#
setArchived( boolean $archived )
A flag indicating whether search is on invoices archived by merchant. true - returns archived / false returns unarchived / null returns all. |
public
boolean
|
#
getArchived( )
A flag indicating whether search is on invoices archived by merchant. true - returns archived / false returns unarchived / null returns all. |
Methods inherited from PayPal\Common\PayPalModel
__construct()
,
__get()
,
__isset()
,
__set()
,
__toString()
,
__unset()
,
fromArray()
,
fromJson()
,
getList()
,
setCredential()
,
toArray()
,
toJSON()