class

Plaid::CreditCardLiability

Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object

An object representing a credit card account.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, account_id : String | Nil = nil, aprs : Array(APR) | Nil = nil, is_overdue : Bool | Nil = nil, last_payment_amount : Float64 | Nil = nil, last_payment_date : Time | Nil = nil, last_statement_issue_date : Time | Nil = nil, last_statement_balance : Float64 | Nil = nil, minimum_payment_amount : Float64 | Nil = nil, next_payment_due_date : Time | Nil = nil)

Initializes the object @param [Hash] attributes Model attributes in the form of hash

Source

Instance methods

==(other : self)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

account_id

The ID of the account that this liability belongs to.

Source
account_id=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] account_id Object to be assigned

Source
aprs

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.

Source
aprs=(new_value : Array(APR) | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] aprs Object to be assigned

Source
hash(hasher)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

is_overdue

true if a payment is currently overdue. Availability for this field is limited.

Source
is_overdue=(new_value : Bool | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] is_overdue Object to be assigned

Source
last_payment_amount

The amount of the last payment.

Source
last_payment_amount=(new_value : Float64 | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] last_payment_amount Object to be assigned

Source
last_payment_date

The date of the last payment. Dates are returned in an ISO 8601 format (YYYY-MM-DD). Availability for this field is limited.

Source
last_payment_date=(new_value : Time | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] last_payment_date Object to be assigned

Source
last_statement_balance

The total amount owed as of the last statement issued

Source
last_statement_balance=(new_value : Float64 | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] last_statement_balance Object to be assigned

Source
last_statement_issue_date

The date of the last statement. Dates are returned in an ISO 8601 format (YYYY-MM-DD).

Source
last_statement_issue_date=(new_value : Time | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] last_statement_issue_date Object to be assigned

Source
list_invalid_properties

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons

Source
minimum_payment_amount

The minimum payment due for the next billing cycle.

Source
minimum_payment_amount=(new_value : Float64 | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] minimum_payment_amount Object to be assigned

Source
next_payment_due_date

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).

Source
next_payment_due_date=(new_value : Time | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] next_payment_due_date Object to be assigned

Source
valid?

Check to see if the all the properties in the model are valid @return true if the model is valid

Source