class PayInExecutionDetailsWeb extends Dto implements PayInExecutionDetails (View source)

Class represents Web type for 'WEB' execution option in PayIn entity

Properties

string $RedirectURL

URL format expected

string $ReturnURL

URL format expected

string $TemplateURL

URL format expected.

PayInTemplateURLOptions $TemplateURLOptions

The URL where you host the iFramed template.

string $Culture
string $SecureMode

Mode3DSType { DEFAULT, FORCE, NO_CHOICE }

Billing $Billing

Billing information

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

Details

array GetSubObjects()

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

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