EPG PHP SDK
Loading...
Searching...
No Matches
PaymentDetails Class Reference

Public Member Functions

 __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.
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( ?object  $paymentDetails)

Member Function Documentation

◆ getCardHolderName()

getCardHolderName ( )

Get the cardholder's name associated with the payment details.

Returns
string|null The cardholder's name or null if not found.

◆ getCardNumber()

getCardNumber ( )

Get the card number associated with the payment details.

Returns
string|null The card number or null if not found.

◆ getCardNumberToken()

getCardNumberToken ( )

Get the card number token associated with the payment details.

Returns
int|null The card number token or null if not found.

◆ getCardType()

getCardType ( )

Get the card type associated with the payment details.

Returns
string|null The card type or null if not found.

◆ getExpDate()

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()

getExtraDetails ( )

Get the extra details associated with the payment details.

Returns
ExtraDetails|null The extra details as an associative array or null if not found.

◆ getIssuerBank()

getIssuerBank ( )

Get the issuer bank associated with the payment details.

Returns
string|null The issuer bank or null if not found.

◆ getIssuerCountry()

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: