Plaid::CreditCardLiability
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
An object representing a credit card account.
Constructors
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance methods
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] account_id Object to be assigned
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.
Custom attribute writer method checking allowed values (enum). @param [Object] aprs Object to be assigned
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] is_overdue Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] last_payment_amount Object to be assigned
The date of the last payment. Dates are returned in an ISO 8601 format (YYYY-MM-DD). Availability for this field is limited.
Custom attribute writer method checking allowed values (enum). @param [Object] last_payment_date Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] last_statement_balance Object to be assigned
The date of the last statement. Dates are returned in an ISO 8601 format (YYYY-MM-DD).
Custom attribute writer method checking allowed values (enum). @param [Object] last_statement_issue_date Object to be assigned
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
Custom attribute writer method checking allowed values (enum). @param [Object] minimum_payment_amount Object to be assigned
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).
Custom attribute writer method checking allowed values (enum). @param [Object] next_payment_due_date Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid