SettlementTransfer
class SettlementTransfer extends Transfer (View source)
Settlement transfer entity.
Properties
string | $Id | from EntityBase | |
string | $Tag | from EntityBase | |
int | $CreationDate | from EntityBase | |
string | $AuthorId | The Id of the author of the original PayIn that was repudiated |
|
string | $CreditedUserId | Credited user Id |
from Transaction |
Money | $DebitedFunds | The funds debited from the debited wallet |
|
Money | $CreditedFunds | Credited funds |
from Transaction |
Money | $Fees | The amount you wish to charge for this settlement. |
|
string | $Status | from Transaction | |
string | $ResultCode | Result code |
from Transaction |
string | $ResultMessage | The PreAuthorization result Message explaining the result code |
from Transaction |
int | $ExecutionDate | Execution date |
from Transaction |
string | $Type | from Transaction | |
string | $Nature | from Transaction | |
string | $DebitedWalletId | Debited wallet Id |
from Transfer |
string | $CreditedWalletId | Credited wallet Id |
from Transfer |
string | $RepudiationId | The Id of the associated repudiation transaction |
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
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