|
| | __construct (?object $paymentDetails) |
| |
| | getCardHolderName () |
| | Get the cardholder's name associated with the payment details.
|
| |
| | getCardNumber () |
| | Get the card number associated with the payment details.
|
| |
| | getCardNumberToken () |
| | Get the card number token associated with the payment details.
|
| |
| | getCardType () |
| | Get the card type associated with the payment details.
|
| |
| | getExpDate () |
| | Get the expiration date of the card associated with the payment details.
|
| |
| | getIssuerBank () |
| | Get the issuer bank associated with the payment details.
|
| |
| | getIssuerCountry () |
| | Get the issuer country associated with the payment details.
|
| |
| | getExtraDetails () |
| | Get the extra details associated with the payment details.
|
| |
◆ __construct()
| __construct |
( |
?object |
$paymentDetails | ) |
|
◆ getCardHolderName()
Get the cardholder's name associated with the payment details.
- Returns
- string|null The cardholder's name or null if not found.
◆ getCardNumber()
Get the card number associated with the payment details.
- Returns
- string|null The card number or null if not found.
◆ getCardNumberToken()
Get the card number token associated with the payment details.
- Returns
- int|null The card number token or null if not found.
◆ getCardType()
Get the card type associated with the payment details.
- Returns
- string|null The card type or null if not found.
◆ getExpDate()
Get the expiration date of the card associated with the payment details.
- Returns
- int|null The expiration date or null if not found.
◆ getExtraDetails()
Get the extra details associated with the payment details.
- Returns
- array|null The extra details as an associative array or null if not found.
◆ getIssuerBank()
Get the issuer bank associated with the payment details.
- Returns
- string|null The issuer bank or null if not found.
◆ getIssuerCountry()
Get the issuer country associated with the payment details.
- Returns
- string|null The issuer country or null if not found.
The documentation for this class was generated from the following file: