class

Plaid::PaystubDetails

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

An object representing details that can be found on the paystub.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, pay_period_start_date : Time | Nil = nil, pay_period_end_date : Time | Nil = nil, pay_date : Time | Nil = nil, paystub_provider : String | Nil = nil, pay_frequency : Plaid::PaystubPayFrequency | 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

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
pay_date

Pay date on the paystub in the 'YYYY-MM-DD' format.

Source
pay_date=(new_value : Time | Nil)

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

Source
pay_date_present=(pay_date_present : Bool)
Source
pay_date_present?
Source
pay_frequency
Source
pay_frequency=(new_value : Plaid::PaystubPayFrequency | Nil)

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

Source
pay_frequency_present=(pay_frequency_present : Bool)
Source
pay_frequency_present?
Source
pay_period_end_date

Ending date of the pay period on the paystub in the 'YYYY-MM-DD' format.

Source
pay_period_end_date=(new_value : Time | Nil)

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

Source
pay_period_end_date_present=(pay_period_end_date_present : Bool)
Source
pay_period_end_date_present?
Source
pay_period_start_date

Beginning date of the pay period on the paystub in the 'YYYY-MM-DD' format.

Source
pay_period_start_date=(new_value : Time | Nil)

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

Source
pay_period_start_date_present=(pay_period_start_date_present : Bool)
Source
pay_period_start_date_present?
Source
paystub_provider

The name of the payroll provider that generated the paystub, e.g. ADP

Source
paystub_provider=(new_value : String | Nil)

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

Source
paystub_provider_present=(paystub_provider_present : Bool)
Source
paystub_provider_present?
Source
valid?

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

Source