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

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#amountBoolean?

Returns:

  • (Boolean, nil)


1629
# File 'lib/finch-api/models/provider.rb', line 1629

optional :amount, FinchAPI::BooleanModel

#currencyBoolean?

Returns:

  • (Boolean, nil)


1638
# File 'lib/finch-api/models/provider.rb', line 1638

optional :currency, FinchAPI::BooleanModel

#nameBoolean?

Returns:

  • (Boolean, nil)


1647
# File 'lib/finch-api/models/provider.rb', line 1647

optional :name, FinchAPI::BooleanModel

#typeBoolean? (readonly)

Returns:

  • (Boolean, nil)


1656
# File 'lib/finch-api/models/provider.rb', line 1656

optional :type, FinchAPI::BooleanModel