Class: WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember4::Bank

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/whop_sdk/models/financial_activity_list_response.rb,
sig/whop_sdk/models/financial_activity_list_response.rbs

Overview

See Also:

  • WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember4#bank

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_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initializeObject



473
# File 'sig/whop_sdk/models/financial_activity_list_response.rbs', line 473

def initialize: (

Instance Attribute Details

#account_nameString?

Bank account holder name.

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


559
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 559

required :account_name, String, nil?: true

#account_typeString?

Bank account type.

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


565
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 565

required :account_type, String, nil?: true

#bank_nameString?

Bank name.

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


571
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 571

required :bank_name, String, nil?: true

#last4String?

Last four digits of the bank account.

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


577
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 577

required :last4, String, nil?: true

Instance Method Details

#to_hash{

Returns:

  • ({)


480
# File 'sig/whop_sdk/models/financial_activity_list_response.rbs', line 480

def to_hash: -> {