PaymentMethodMetadata
class PaymentMethodMetadata extends EntityBase (View source)
Properties
string | $Id | from EntityBase | |
string | $Tag | from EntityBase | |
int | $CreationDate | from EntityBase | |
string | $Type | The type of metadata. Allowed values: BIN, GOOGLE_PAY |
|
string | $Bin | The bank identification number (BIN). (Format: 6 or 8 digits) |
|
string | $Token | The tokenized payment data provided by the third-party payment method. |
|
string | $TokenFormat | In the case of Google Pay, the format of the Token. |
|
string | $IssuerCountryCode | The country where the card was issued. Format: ISO-3166 alpha-2 two-letter country code |
|
string | $IssuingBank | The name of the card issuer. |
|
array | $BinData | Additional data about the card based on the BIN. In the case of co-branded card products, two objects are returned. |
Methods
Get array with mapping which property is object and what type of object.
Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.
Details
in
Dto at line 15
array
GetSubObjects()
Get array with mapping which property is object and what type of object.
To be overridden in child class if has any sub objects.
in
Dto at line 25
array
GetDependsObjects()
Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.
array
GetReadOnlyProperties()
Get array with read-only properties
__construct(string $id = null)
Construct