class

Plaid::Total

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

An object representing both the current pay period and year to date amount for a category.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, canonical_description : Plaid::TotalCanonicalDescription | Nil = nil, description : String | Nil = nil, current_pay : Pay | Nil = nil, ytd_pay : Pay | 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

canonical_description
Source
canonical_description=(new_value : Plaid::TotalCanonicalDescription | Nil)

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

Source
canonical_description_present=(canonical_description_present : Bool)
Source
canonical_description_present?
Source
current_pay
Source
current_pay=(new_value : Pay | Nil)

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

Source
description

Text of the line item as printed on the paystub.

Source
description=(new_value : String | Nil)

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

Source
description_present=(description_present : Bool)
Source
description_present?
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

list_invalid_properties

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

Source
valid?

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

Source
ytd_pay
Source
ytd_pay=(new_value : Pay | Nil)

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

Source