Class: WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember4::Card
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember4::Card
- 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
-
#brand ⇒ String?
Card brand.
-
#exp_month ⇒ Integer?
Card expiration month.
-
#exp_year ⇒ Integer?
Card expiration year.
-
#last4 ⇒ String?
Last four digits of the card.
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
505 |
# File 'sig/whop_sdk/models/financial_activity_list_response.rbs', line 505
def initialize: (
|
Instance Attribute Details
#brand ⇒ String?
Card brand.
595 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 595 required :brand, String, nil?: true |
#exp_month ⇒ Integer?
Card expiration month.
601 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 601 required :exp_month, Integer, nil?: true |
#exp_year ⇒ Integer?
Card expiration year.
607 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 607 required :exp_year, Integer, nil?: true |
#last4 ⇒ String?
Last four digits of the card.
613 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 613 required :last4, String, nil?: true |
Instance Method Details
#to_hash ⇒ {
512 |
# File 'sig/whop_sdk/models/financial_activity_list_response.rbs', line 512
def to_hash: -> {
|