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

array
GetSubObjects()

Get array with mapping which property is object and what type of object.

from  Dto
array
GetDependsObjects()

Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.

from  Dto
array
GetReadOnlyProperties()

Get array with read-only properties

__construct(string $id = null)

Construct

Details

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.

Return Value

array

array GetDependsObjects()

Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.

Return Value

array

array GetReadOnlyProperties()

Get array with read-only properties

Return Value

array

__construct(string $id = null)

Construct

Parameters

string $id

Entity identifier