Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.83 KB

CreditCardLiability.md

File metadata and controls

21 lines (16 loc) · 1.83 KB

CreditCardLiability

An object representing a credit card account.

Properties

Name Type Description Notes
account_id str, none_type The ID of the account that this liability belongs to.
aprs [APR] The various interest rates that apply to the account. APR information is not provided by all card issuers; if APR data is not available, this array will be empty.
is_overdue bool, none_type true if a payment is currently overdue. Availability for this field is limited.
last_payment_amount float, none_type The amount of the last payment.
last_payment_date date, none_type The date of the last payment. Dates are returned in an ISO 8601 format (YYYY-MM-DD). Availability for this field is limited.
last_statement_issue_date date, none_type The date of the last statement. Dates are returned in an ISO 8601 format (YYYY-MM-DD).
last_statement_balance float, none_type The total amount owed as of the last statement issued
minimum_payment_amount float, none_type The minimum payment due for the next billing cycle.
next_payment_due_date date, none_type The due date for the next payment. The due date is `null` if a payment is not expected. Dates are returned in an ISO 8601 format (YYYY-MM-DD).
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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