A representation of a credit card liability
Attributes
| [R] | account_id | The ID of the account that this liability belongs to. |
| [R] | aprs | See the APR object schema |
| [R] | is_overdue | true if a payment is currently overdue. |
| [R] | last_payment_amount | The amount of the last payment. |
| [R] | last_payment_date | The date of the last payment. |
| [R] | last_statement_balance | The outstanding balance on the last statement. |
| [R] | last_statement_issue_date | The date of the last statement. |
| [R] | minimum_payment_amount | The minimum payment due for the next billing cycle. |
| [R] | next_payment_due_date | The due date for the next payment. The due date is null if a payment is not expected. |