Class PaymentTerm
Class PaymentTerm
The payment term of the invoice. If you specify term_type, you cannot specify due_date and vice versa.
- PayPal\Common\PayPalModel
-
PayPal\Api\PaymentTerm
Methods summary
public
|
#
setTermType( string $term_type )
The terms by which the invoice payment is due. Valid Values: ["DUE_ON_RECEIPT", "DUE_ON_DATE_SPECIFIED", "NET_10", "NET_15", "NET_30", "NET_45", "NET_60", "NET_90", "NO_DUE_DATE"] |
public
string
|
|
public
|
#
setDueDate( string $due_date )
The date when the invoice payment is due. This date must be a future date. Date format is yyyy-MM-dd z, as defined in Internet Date/Time Format. |
public
string
|
#
getDueDate( )
The date when the invoice payment is due. This date must be a future date. Date format is yyyy-MM-dd z, as defined in Internet Date/Time Format. |
Methods inherited from PayPal\Common\PayPalModel
__construct(),
__get(),
__isset(),
__set(),
__toString(),
__unset(),
fromArray(),
fromJson(),
getList(),
setCredential(),
toArray(),
toJSON()