Class AgreementDetails
Class AgreementDetails
A resource representing the agreement details.
- PayPal\Common\PayPalModel
- PayPal\Api\AgreementDetails
Methods summary
public
|
#
setOutstandingBalance(
The outstanding balance for this agreement. |
public
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
#
setNextBillingDate( string $next_billing_date )
The next billing date for this agreement, represented as 2014-02-19T10:00:00Z format. |
public
string
|
#
getNextBillingDate( )
The next billing date for this agreement, represented as 2014-02-19T10:00:00Z format. |
public
|
#
setLastPaymentDate( string $last_payment_date )
Last payment date for this agreement, represented as 2014-06-09T09:42:31Z format. |
public
string
|
#
getLastPaymentDate( )
Last payment date for this agreement, represented as 2014-06-09T09:42:31Z format. |
public
|
#
setLastPaymentAmount(
Last payment amount for this agreement. |
public
|
|
public
|
#
setFinalPaymentDate( string $final_payment_date )
Last payment date for this agreement, represented as 2015-02-19T10:00:00Z format. |
public
string
|
#
getFinalPaymentDate( )
Last payment date for this agreement, represented as 2015-02-19T10:00:00Z format. |
public
|
#
setFailedPaymentCount( string $failed_payment_count )
Total number of failed payments for this agreement. |
public
string
|
Methods inherited from PayPal\Common\PayPalModel
__construct()
,
__get()
,
__isset()
,
__set()
,
__toString()
,
__unset()
,
fromArray()
,
fromJson()
,
getList()
,
setCredential()
,
toArray()
,
toJSON()