class CardValidation extends EntityBase (View source)

Properties

string $Id from  EntityBase
string $Tag from  EntityBase
int $CreationDate from  EntityBase
string $AuthorId

Author Id

string $SecureModeReturnUrl

This is the URL where users are automatically redirected after 3D secure validation (if activated)

string $SecureModeRedirectURL SecureModeRedirectURL
bool $SecureModeNeeded

Boolean. The value is 'true' if the SecureMode was used

string $SecureMode

The mode applied for the 3DS2 protocol for CB, Visa, and Mastercard

string $IpAddress

Ip Address

BrowserInfo $BrowserInfo BrowserInfo
string $Validity

Validity. For allowed values, see constants in MangoPay\CardValidity

string $Type
string $Applied3DSVersion Applied3DSVersion
string $Status

The current status of the card validation

string $ResultCode

The mandate result code

string $ResultMessage

The mandate result Message

string $PreferredCardNetwork

Allowed values: VISA, MASTERCARD, CB, MAESTRO

int $AuthorizationDate

The date and time at which successful authorization occurred. If authorization failed, the value is null.

CardInfo $CardInfo

Information of the card

string $PaymentCategory

Allowed values: ECommerce (default), TelephoneOrder

Methods

array
GetSubObjects()

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

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