class Repudiation extends EntityBase (View source)

Repudiation entity

Properties

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

The Id of the origin payin author

Money $DebitedFunds

The funds repudiated from the wallet

Money $Fees

The fees taken on the repudiation – will always be 0 at this stage

Money $CreditedFunds

The amount of credited funds – since there are currently no fees, this will be equal to the DebitedFunds

string $DebitedWalletId

The wallet from where the repudiation was taken

string $Status

The status of the transfer

string $ResultCode

The transaction result code

string $ResultMessage

The transaction result message

int $ExecutionDate

The execution date of the repudiation

string $DisputeId

The Id of the dispute to which this repudation corresponds.

string $InitialTransactionId

The Id of the transaction that was repudiated

string $InitialTransactionType

The initial transaction type

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

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