Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/finch_api/models/account_update_event.rb

Overview

See Also:

  • AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields#pay_statement

Defined Under Namespace

Classes: Paging, PayStatements

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!

Constructor Details

#initialize(count: , offset: ) ⇒ Object

Parameters:

  • count (Boolean) (defaults to: )
  • offset (Boolean) (defaults to: )


# File 'lib/finch_api/models/account_update_event.rb', line 868

Instance Attribute Details

#pagingFinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::Paging?

Returns:

  • (FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::Paging, nil)


855
856
857
858
# File 'lib/finch_api/models/account_update_event.rb', line 855

optional :paging,
-> {
  FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::Paging
}

#pay_statementsFinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements?

Returns:

  • (FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements, nil)


863
864
865
866
# File 'lib/finch_api/models/account_update_event.rb', line 863

optional :pay_statements,
-> {
  FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements
}