Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct ($recurring, $description, $paymentType=null, $customAnnotation=null) | |
__construct ($recurring, $description, $paymentType=null, $customAnnotation=null) | |
getCustomAnnotation () | |
getCustomAnnotation () | |
getDescription () | |
getDescription () | |
getPaymentType () | |
getPaymentType () | |
getType () | |
getType () | |
hasCustomAnnotation () | |
hasCustomAnnotation () | |
hasPaymentType () | |
hasPaymentType () | |
Protected Attributes | |
$types | |
Definition at line 7 of file lib/vendor/omnipay/paypal/src/Support/InstantUpdateApi/BillingAgreement.php.
Omnipay\PayPal\Support\InstantUpdateApi\BillingAgreement::__construct | ( | $recurring, | |
$description, | |||
$paymentType = null , |
|||
$customAnnotation = null |
|||
) |
bool | $recurring | L_BILLINGTYPE0 |
string | $description | L_BILLINGAGREEMENTDESCRIPTION0 |
null | string | $paymentType | L_PAYMENTTYPE0 |
null | string | $customAnnotation | L_BILLINGAGREEMENTCUSTOM0 |
Definition at line 53 of file lib/vendor/omnipay/paypal/src/Support/InstantUpdateApi/BillingAgreement.php.
Omnipay\PayPal\Support\InstantUpdateApi\BillingAgreement::__construct | ( | $recurring, | |
$description, | |||
$paymentType = null , |
|||
$customAnnotation = null |
|||
) |
bool | $recurring | L_BILLINGTYPE0 |
string | $description | L_BILLINGAGREEMENTDESCRIPTION0 |
null | string | $paymentType | L_PAYMENTTYPE0 |
null | string | $customAnnotation | L_BILLINGAGREEMENTCUSTOM0 |
Definition at line 53 of file vendor/omnipay/paypal/src/Support/InstantUpdateApi/BillingAgreement.php.
Omnipay\PayPal\Support\InstantUpdateApi\BillingAgreement::getCustomAnnotation | ( | ) |
Definition at line 108 of file lib/vendor/omnipay/paypal/src/Support/InstantUpdateApi/BillingAgreement.php.
Omnipay\PayPal\Support\InstantUpdateApi\BillingAgreement::getCustomAnnotation | ( | ) |
Definition at line 108 of file vendor/omnipay/paypal/src/Support/InstantUpdateApi/BillingAgreement.php.
Omnipay\PayPal\Support\InstantUpdateApi\BillingAgreement::getDescription | ( | ) |
Definition at line 76 of file vendor/omnipay/paypal/src/Support/InstantUpdateApi/BillingAgreement.php.
Omnipay\PayPal\Support\InstantUpdateApi\BillingAgreement::getDescription | ( | ) |
Definition at line 76 of file lib/vendor/omnipay/paypal/src/Support/InstantUpdateApi/BillingAgreement.php.
Omnipay\PayPal\Support\InstantUpdateApi\BillingAgreement::getPaymentType | ( | ) |
Definition at line 92 of file lib/vendor/omnipay/paypal/src/Support/InstantUpdateApi/BillingAgreement.php.
Omnipay\PayPal\Support\InstantUpdateApi\BillingAgreement::getPaymentType | ( | ) |
Definition at line 92 of file vendor/omnipay/paypal/src/Support/InstantUpdateApi/BillingAgreement.php.
Omnipay\PayPal\Support\InstantUpdateApi\BillingAgreement::getType | ( | ) |
Definition at line 68 of file lib/vendor/omnipay/paypal/src/Support/InstantUpdateApi/BillingAgreement.php.
Omnipay\PayPal\Support\InstantUpdateApi\BillingAgreement::getType | ( | ) |
Definition at line 68 of file vendor/omnipay/paypal/src/Support/InstantUpdateApi/BillingAgreement.php.
Omnipay\PayPal\Support\InstantUpdateApi\BillingAgreement::hasCustomAnnotation | ( | ) |
Definition at line 100 of file lib/vendor/omnipay/paypal/src/Support/InstantUpdateApi/BillingAgreement.php.
Omnipay\PayPal\Support\InstantUpdateApi\BillingAgreement::hasCustomAnnotation | ( | ) |
Definition at line 100 of file vendor/omnipay/paypal/src/Support/InstantUpdateApi/BillingAgreement.php.
Omnipay\PayPal\Support\InstantUpdateApi\BillingAgreement::hasPaymentType | ( | ) |
Definition at line 84 of file lib/vendor/omnipay/paypal/src/Support/InstantUpdateApi/BillingAgreement.php.
Omnipay\PayPal\Support\InstantUpdateApi\BillingAgreement::hasPaymentType | ( | ) |
Definition at line 84 of file vendor/omnipay/paypal/src/Support/InstantUpdateApi/BillingAgreement.php.
|
protected |
Billing agreement types for single or recurring payment
Definition at line 17 of file lib/vendor/omnipay/paypal/src/Support/InstantUpdateApi/BillingAgreement.php.