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

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