BalancePaymentDetails

August 15, 2019 · View on GitHub

Description

Reflects the current status of a balance payment.

Properties

NameGetterSetterTypeDescriptionNotes
account_idgetAccountId()setAccountId($value)stringID for the account used to fund the payment.[optional]
statusgetStatus()setStatus($value)stringThe balance payment’s current state. Can be `COMPLETED` or `FAILED`.[optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]