Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/finch_api/models/provider.rb

Overview

See Also:

  • Provider::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/provider.rb', line 904

Instance Attribute Details

#pagingFinchAPI::Provider::AuthenticationMethod::SupportedFields::PayStatement::Paging?

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::PayStatement::Paging, nil)


891
892
893
894
# File 'lib/finch_api/models/provider.rb', line 891

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

#pay_statementsFinchAPI::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements?

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements, nil)


899
900
901
902
# File 'lib/finch_api/models/provider.rb', line 899

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