CardValidation
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
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
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