Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 798 Bytes

BalancePaymentDetails.md

File metadata and controls

16 lines (10 loc) · 798 Bytes

BalancePaymentDetails

Description

Reflects the current status of a balance payment.

Properties

Name Getter Setter Type Description Notes
account_id getAccountId() setAccountId($value) string ID for the account used to fund the payment. [optional]
status getStatus() setStatus($value) string The 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]