Class: MethodRuby::Models::Accounts::ConsentWithdrawResponse::Data::AccountDebitCardResource::CardBrand::AccountCardBrand::Brand
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MethodRuby::Models::Accounts::ConsentWithdrawResponse::Data::AccountDebitCardResource::CardBrand::AccountCardBrand::Brand
- Defined in:
- lib/method_ruby/models/accounts/consent_withdraw_response.rb
Instance Attribute Summary collapse
-
#card_product_id ⇒ String?
Associated card product ID.
-
#description ⇒ String?
Description of the brand.
-
#id ⇒ String?
Unique identifier for the brand entry.
-
#issuer ⇒ String?
The card issuer.
-
#name ⇒ String?
Name of the brand.
-
#network ⇒ String?
The card network.
-
#network_tier ⇒ String?
The tier of the card network.
-
#type ⇒ String?
The brand type.
-
#url ⇒ String?
URL for the brand image.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from MethodRuby::Internal::Type::BaseModel
Instance Attribute Details
#card_product_id ⇒ String?
Associated card product ID.
11536 |
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 11536 optional :card_product_id, String, nil?: true |
#description ⇒ String?
Description of the brand.
11542 |
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 11542 optional :description, String |
#id ⇒ String?
Unique identifier for the brand entry.
11530 |
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 11530 optional :id, String |
#issuer ⇒ String?
The card issuer.
11548 |
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 11548 optional :issuer, String |
#name ⇒ String?
Name of the brand.
11554 |
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 11554 optional :name, String |
#network ⇒ String?
The card network.
11560 |
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 11560 optional :network, String |
#network_tier ⇒ String?
The tier of the card network.
11566 |
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 11566 optional :network_tier, String |
#type ⇒ String?
The brand type.
11572 |
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 11572 optional :type, String, nil?: true |
#url ⇒ String?
URL for the brand image.
11578 |
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 11578 optional :url, String |