Class: Dodopayments::Models::CustomerRetrievePaymentMethodsResponse::Item::Card
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(card_issuing_country: nil, card_network: nil, card_type: nil, expiry_month: nil, expiry_year: nil, last4_digits: nil) ⇒ Object
|
# File 'lib/dodopayments/models/customer_retrieve_payment_methods_response.rb', line 131
|
Instance Attribute Details
#card_issuing_country ⇒ Symbol, ...
ISO country code alpha2 variant
104
|
# File 'lib/dodopayments/models/customer_retrieve_payment_methods_response.rb', line 104
optional :card_issuing_country, enum: -> { Dodopayments::CountryCode }, nil?: true
|
#card_network ⇒ String?
109
|
# File 'lib/dodopayments/models/customer_retrieve_payment_methods_response.rb', line 109
optional :card_network, String, nil?: true
|
#card_type ⇒ String?
114
|
# File 'lib/dodopayments/models/customer_retrieve_payment_methods_response.rb', line 114
optional :card_type, String, nil?: true
|
#expiry_month ⇒ String?
119
|
# File 'lib/dodopayments/models/customer_retrieve_payment_methods_response.rb', line 119
optional :expiry_month, String, nil?: true
|
#expiry_year ⇒ String?
124
|
# File 'lib/dodopayments/models/customer_retrieve_payment_methods_response.rb', line 124
optional :expiry_year, String, nil?: true
|
#last4_digits ⇒ String?
129
|
# File 'lib/dodopayments/models/customer_retrieve_payment_methods_response.rb', line 129
optional :last4_digits, String, nil?: true
|