Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Payment::PayPeriod

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/finch-api/models/account_update_event.rb

Overview

def initialize: (Hash | FinchAPI::BaseModel) -> void

Instance Attribute Summary collapse

Instance Attribute Details

#end_dateBoolean?

Returns:

  • (Boolean, nil)


1895
# File 'lib/finch-api/models/account_update_event.rb', line 1895

optional :end_date, FinchAPI::BooleanModel

#start_dateBoolean? (readonly)

Returns:

  • (Boolean, nil)


1904
# File 'lib/finch-api/models/account_update_event.rb', line 1904

optional :start_date, FinchAPI::BooleanModel