Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct ($id, $name) | |
__construct ($id, $name) | |
getId () | |
getId () | |
getName () | |
getName () | |
Protected Attributes | |
$id | |
$name | |
Payment Method
This class defines a payment method to be used in the Omnipay system.
Payment Method
This class defines a payment method to be used in the Omnipay system.
Definition at line 15 of file lib/vendor/omnipay/common/src/Omnipay/Common/PaymentMethod.php.
Omnipay\Common\PaymentMethod::__construct | ( | $id, | |
$name | |||
) |
Create a new PaymentMethod
string | $id | The identifier of this payment method |
string | $name | The name of this payment method |
Definition at line 47 of file lib/vendor/omnipay/common/src/Omnipay/Common/PaymentMethod.php.
References Omnipay\Common\PaymentMethod\$id, and Omnipay\Common\PaymentMethod\$name.
Omnipay\Common\PaymentMethod::__construct | ( | $id, | |
$name | |||
) |
Create a new PaymentMethod
string | $id | The identifier of this payment method |
string | $name | The name of this payment method |
Definition at line 44 of file vendor/omnipay/common/src/Common/PaymentMethod.php.
References Omnipay\Common\PaymentMethod\$id, and Omnipay\Common\PaymentMethod\$name.
Omnipay\Common\PaymentMethod::getId | ( | ) |
The identifier of this payment method
Definition at line 55 of file vendor/omnipay/common/src/Common/PaymentMethod.php.
References Omnipay\Common\PaymentMethod\$id.
Omnipay\Common\PaymentMethod::getId | ( | ) |
The identifier of this payment method
Definition at line 58 of file lib/vendor/omnipay/common/src/Omnipay/Common/PaymentMethod.php.
References Omnipay\Common\PaymentMethod\$id.
Omnipay\Common\PaymentMethod::getName | ( | ) |
The name of this payment method
Definition at line 65 of file vendor/omnipay/common/src/Common/PaymentMethod.php.
References Omnipay\Common\PaymentMethod\$name.
Omnipay\Common\PaymentMethod::getName | ( | ) |
The name of this payment method
Definition at line 68 of file lib/vendor/omnipay/common/src/Omnipay/Common/PaymentMethod.php.
References Omnipay\Common\PaymentMethod\$name.
|
protected |
The ID of the payment method. Used as the payment method ID in the Issuer class.
The ID of the payment method. Used as the payment method ID in the Issuer class.
Definition at line 29 of file lib/vendor/omnipay/common/src/Omnipay/Common/PaymentMethod.php.
Referenced by Omnipay\Common\PaymentMethod\__construct(), and Omnipay\Common\PaymentMethod\getId().
|
protected |
The full name of the payment method
Definition at line 39 of file lib/vendor/omnipay/common/src/Omnipay/Common/PaymentMethod.php.
Referenced by Omnipay\Common\PaymentMethod\__construct(), and Omnipay\Common\PaymentMethod\getName().