Class: MethodRuby::Models::AccountCreateResponse::Data::AccountLiabilityResource::CardBrand::AccountCardBrand::Brand

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/method_ruby/models/account_create_response.rb

Instance Attribute Summary collapse

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_idString?

Associated card product ID.

Returns:

  • (String, nil)


4367
# File 'lib/method_ruby/models/account_create_response.rb', line 4367

optional :card_product_id, String, nil?: true

#descriptionString?

Description of the brand.

Returns:

  • (String, nil)


4373
# File 'lib/method_ruby/models/account_create_response.rb', line 4373

optional :description, String

#idString?

Unique identifier for the brand entry.

Returns:

  • (String, nil)


4361
# File 'lib/method_ruby/models/account_create_response.rb', line 4361

optional :id, String

#issuerString?

The card issuer.

Returns:

  • (String, nil)


4379
# File 'lib/method_ruby/models/account_create_response.rb', line 4379

optional :issuer, String

#nameString?

Name of the brand.

Returns:

  • (String, nil)


4385
# File 'lib/method_ruby/models/account_create_response.rb', line 4385

optional :name, String

#networkString?

The card network.

Returns:

  • (String, nil)


4391
# File 'lib/method_ruby/models/account_create_response.rb', line 4391

optional :network, String

#network_tierString?

The tier of the card network.

Returns:

  • (String, nil)


4397
# File 'lib/method_ruby/models/account_create_response.rb', line 4397

optional :network_tier, String

#typeString?

The brand type.

Returns:

  • (String, nil)


4403
# File 'lib/method_ruby/models/account_create_response.rb', line 4403

optional :type, String, nil?: true

#urlString?

URL for the brand image.

Returns:

  • (String, nil)


4409
# File 'lib/method_ruby/models/account_create_response.rb', line 4409

optional :url, String