class RecurringPayInRegistration extends EntityBase (View source)

Properties

string $Id from  EntityBase
string $Tag from  EntityBase
int $CreationDate from  EntityBase
string $Status
string $ResultCode
string $ResultMessage
RecurringPayInCurrentState $CurrentState
string $RecurringType
Money $TotalAmount
int $CycleNumber
string $AuthorId
string $CreditedUserId
string $CreditedWalletId
Billing $Billing
Shipping $Shipping
int $EndDate
string $Frequency
bool $FixedNextAmount
bool $FractionedPayment
int $FreeCycles
Money $FirstTransactionDebitedFunds
Money $FirstTransactionFees
Money $NextTransactionDebitedFunds
Money $NextTransactionFees
string $ProfilingAttemptReference
string $PaymentType
CardInfo $CardInfo
string $CardId
bool $Migration
PaymentData|string $PaymentData

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