PayInIntent
class PayInIntent extends EntityBase (View source)
Properties
string | $Id | from EntityBase | |
string | $Tag | from EntityBase | |
int | $CreationDate | from EntityBase | |
int | $Amount | An amount of money in the smallest sub-division of the currency |
|
int | $AvailableAmountToSplit | The remaining amount on the intent available for transfers |
|
string | $Currency | The currency of the funds |
|
int | $PlatformFeesAmount | Information about the fees |
|
string | $Status | The status of the intent |
|
string | $NextActions | The possible next statuses for the intent |
|
PayInIntentExternalData | $ExternalData | Information about the external processed transaction |
|
PayInIntentBuyer | $Buyer | Information about the buyer |
|
PayInIntentLineItem[] | $LineItems | Information about the items purchased in the transaction. |
|
PayInIntentCapture[] | $Captures | Information about the amounts captured against the intent |
|
PayInIntentRefund[] | $Refunds | Information about the amounts refunded against the intent |
|
PayInIntentDispute[] | $Disputes | Information about the amounts refunded against the intent |
|
PayInIntentSplitInfo[] | $Splits | Information about the amounts split against the intent |
|
string | $SettlementId | The unique identifier of the settlement linked to this intent in Mangopay ecosystem |
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