|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($id, $name, $paymentMethod=null) | |
| __construct ($id, $name, $paymentMethod=null) | |
| getId () | |
| getId () | |
| getName () | |
| getName () | |
| getPaymentMethod () | |
| getPaymentMethod () | |
Protected Attributes | |
| $id | |
| $name | |
| $paymentMethod | |
This class abstracts some functionality around card issuers used in the Omnipay system.
Definition at line 14 of file lib/vendor/omnipay/common/src/Omnipay/Common/Issuer.php.
| Omnipay\Common\Issuer::__construct | ( | $id, | |
| $name, | |||
$paymentMethod = null |
|||
| ) |
Create a new Issuer
| string | $id | The identifier of this issuer |
| string | $name | The name of this issuer |
| string | null | $paymentMethod | The ID of a payment method this issuer belongs to |
Definition at line 57 of file lib/vendor/omnipay/common/src/Omnipay/Common/Issuer.php.
References Omnipay\Common\Issuer\$id, Omnipay\Common\Issuer\$name, and Omnipay\Common\Issuer\$paymentMethod.
| Omnipay\Common\Issuer::__construct | ( | $id, | |
| $name, | |||
$paymentMethod = null |
|||
| ) |
Create a new Issuer
| string | $id | The identifier of this issuer |
| string | $name | The name of this issuer |
| string | null | $paymentMethod | The ID of a payment method this issuer belongs to |
Definition at line 53 of file vendor/omnipay/common/src/Common/Issuer.php.
References Omnipay\Common\Issuer\$id, Omnipay\Common\Issuer\$name, and Omnipay\Common\Issuer\$paymentMethod.
| Omnipay\Common\Issuer::getId | ( | ) |
The identifier of this issuer
Definition at line 65 of file vendor/omnipay/common/src/Common/Issuer.php.
References Omnipay\Common\Issuer\$id.
| Omnipay\Common\Issuer::getId | ( | ) |
The identifier of this issuer
Definition at line 69 of file lib/vendor/omnipay/common/src/Omnipay/Common/Issuer.php.
References Omnipay\Common\Issuer\$id.
| Omnipay\Common\Issuer::getName | ( | ) |
The name of this issuer
Definition at line 75 of file vendor/omnipay/common/src/Common/Issuer.php.
References Omnipay\Common\Issuer\$name.
| Omnipay\Common\Issuer::getName | ( | ) |
The name of this issuer
Definition at line 79 of file lib/vendor/omnipay/common/src/Omnipay/Common/Issuer.php.
References Omnipay\Common\Issuer\$name.
| Omnipay\Common\Issuer::getPaymentMethod | ( | ) |
The ID of a payment method this issuer belongs to
Definition at line 85 of file vendor/omnipay/common/src/Common/Issuer.php.
References Omnipay\Common\Issuer\$paymentMethod.
| Omnipay\Common\Issuer::getPaymentMethod | ( | ) |
The ID of a payment method this issuer belongs to
Definition at line 91 of file lib/vendor/omnipay/common/src/Omnipay/Common/Issuer.php.
References Omnipay\Common\Issuer\$paymentMethod.
|
protected |
The identifier of the issuer.
Definition at line 24 of file lib/vendor/omnipay/common/src/Omnipay/Common/Issuer.php.
Referenced by Omnipay\Common\Issuer\__construct(), and Omnipay\Common\Issuer\getId().
|
protected |
The full name of the issuer.
Definition at line 34 of file lib/vendor/omnipay/common/src/Omnipay/Common/Issuer.php.
Referenced by Omnipay\Common\Issuer\__construct(), and Omnipay\Common\Issuer\getName().
|
protected |
The ID of a payment method that the issuer belongs to.
The ID of a payment method that the issuer belongs to.
Definition at line 46 of file lib/vendor/omnipay/common/src/Omnipay/Common/Issuer.php.
Referenced by Omnipay\Common\Issuer\__construct(), and Omnipay\Common\Issuer\getPaymentMethod().