Class: WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember5
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember5
- Defined in:
- lib/whop_sdk/models/financial_activity_list_response.rb,
sig/whop_sdk/models/financial_activity_list_response.rbs
Defined Under Namespace
Modules: Object
Instance Attribute Summary collapse
-
#account_reference ⇒ String?
Masked account reference.
-
#destination_currency_code ⇒ String?
Destination currency code.
-
#id ⇒ String
Payout method ID.
-
#institution_name ⇒ String?
Payout institution name.
-
#nickname ⇒ String?
Payout method nickname.
- #object ⇒ Symbol, WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember5::Object
-
#provider ⇒ String?
Payout provider.
Instance Method Summary collapse
- #initialize(id:, account_reference:, destination_currency_code:, institution_name:, nickname:, object:, provider:) ⇒ 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(id:, account_reference:, destination_currency_code:, institution_name:, nickname:, object:, provider:) ⇒ Object
|
|
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 679
|
Instance Attribute Details
#account_reference ⇒ String?
Masked account reference.
647 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 647 required :account_reference, String, nil?: true |
#destination_currency_code ⇒ String?
Destination currency code.
653 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 653 required :destination_currency_code, String, nil?: true |
#id ⇒ String
Payout method ID.
641 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 641 required :id, String |
#institution_name ⇒ String?
Payout institution name.
659 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 659 required :institution_name, String, nil?: true |
#nickname ⇒ String?
Payout method nickname.
665 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 665 required :nickname, String, nil?: true |
#object ⇒ Symbol, WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember5::Object
670 671 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 670 required :object, enum: -> { WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember5::Object } |
#provider ⇒ String?
Payout provider.
677 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 677 required :provider, String, nil?: true |
Instance Method Details
#to_hash ⇒ {
567 |
# File 'sig/whop_sdk/models/financial_activity_list_response.rbs', line 567
def to_hash: -> {
|