Class: WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember4
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember4
- 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 Classes: Bank, Card
Instance Attribute Summary collapse
- #bank ⇒ WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember4::Bank?
- #card ⇒ WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember4::Card?
-
#email_identifier ⇒ String?
Email identifier for email-based payment methods.
-
#gateway_type ⇒ String?
Payment gateway type.
-
#id ⇒ String
Payment method ID.
- #object ⇒ Symbol, WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember4::Object
-
#payment_method_type ⇒ String?
Payment method type.
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
#initialize(brand:, exp_month:, exp_year:, last4:) ⇒ Object
|
|
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 538
|
Instance Attribute Details
#bank ⇒ WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember4::Bank?
503 504 505 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 503 required :bank, -> { WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember4::Bank }, nil?: true |
#card ⇒ WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember4::Card?
510 511 512 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 510 required :card, -> { WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember4::Card }, nil?: true |
#email_identifier ⇒ String?
Email identifier for email-based payment methods.
518 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 518 required :email_identifier, String, nil?: true |
#gateway_type ⇒ String?
Payment gateway type.
524 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 524 required :gateway_type, String, nil?: true |
#id ⇒ String
Payment method ID.
498 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 498 required :id, String |
#object ⇒ Symbol, WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember4::Object
529 530 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 529 required :object, enum: -> { WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember4::Object } |
#payment_method_type ⇒ String?
Payment method type.
536 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 536 required :payment_method_type, String, nil?: true |
Instance Method Details
#to_hash ⇒ {
446 |
# File 'sig/whop_sdk/models/financial_activity_list_response.rbs', line 446
def to_hash: -> {
|