Class: WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember4::Bank
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember4::Bank
- Defined in:
- lib/whop_sdk/models/financial_activity_list_response.rb,
sig/whop_sdk/models/financial_activity_list_response.rbs
Overview
Instance Attribute Summary collapse
-
#account_name ⇒ String?
Bank account holder name.
-
#account_type ⇒ String?
Bank account type.
-
#bank_name ⇒ String?
Bank name.
-
#last4 ⇒ String?
Last four digits of the bank account.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
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
#initialize ⇒ Object
473 |
# File 'sig/whop_sdk/models/financial_activity_list_response.rbs', line 473
def initialize: (
|
Instance Attribute Details
#account_name ⇒ String?
Bank account holder name.
559 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 559 required :account_name, String, nil?: true |
#account_type ⇒ String?
Bank account type.
565 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 565 required :account_type, String, nil?: true |
#bank_name ⇒ String?
Bank name.
571 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 571 required :bank_name, String, nil?: true |
#last4 ⇒ String?
Last four digits of the bank account.
577 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 577 required :last4, String, nil?: true |
Instance Method Details
#to_hash ⇒ {
480 |
# File 'sig/whop_sdk/models/financial_activity_list_response.rbs', line 480
def to_hash: -> {
|