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_holder_name: nil, 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 132
|
Instance Attribute Details
#card_holder_name ⇒ String?
99
|
# File 'lib/dodopayments/models/customer_retrieve_payment_methods_response.rb', line 99
optional :card_holder_name, String, nil?: true
|
#card_issuing_country ⇒ Symbol, ...
ISO country code alpha2 variant
105
|
# File 'lib/dodopayments/models/customer_retrieve_payment_methods_response.rb', line 105
optional :card_issuing_country, enum: -> { Dodopayments::CountryCode }, nil?: true
|
#card_network ⇒ String?
110
|
# File 'lib/dodopayments/models/customer_retrieve_payment_methods_response.rb', line 110
optional :card_network, String, nil?: true
|
#card_type ⇒ String?
115
|
# File 'lib/dodopayments/models/customer_retrieve_payment_methods_response.rb', line 115
optional :card_type, String, nil?: true
|
#expiry_month ⇒ String?
120
|
# File 'lib/dodopayments/models/customer_retrieve_payment_methods_response.rb', line 120
optional :expiry_month, String, nil?: true
|
#expiry_year ⇒ String?
125
|
# File 'lib/dodopayments/models/customer_retrieve_payment_methods_response.rb', line 125
optional :expiry_year, String, nil?: true
|
#last4_digits ⇒ String?
130
|
# File 'lib/dodopayments/models/customer_retrieve_payment_methods_response.rb', line 130
optional :last4_digits, String, nil?: true
|