Class: MethodRuby::Models::Accounts::ConsentWithdrawResponse::Data::AccountClearingResource::CardBrand::AccountCardBrand::Brand

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/method_ruby/models/accounts/consent_withdraw_response.rb,
sig/method_ruby/models/accounts/consent_withdraw_response.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

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



6191
# File 'sig/method_ruby/models/accounts/consent_withdraw_response.rbs', line 6191

def initialize: (

Instance Attribute Details

#card_product_id ⇒ String?

Associated card product ID.

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


7958
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 7958

optional :card_product_id, String, nil?: true

#description ⇒ String?

Description of the brand.

Parameters:

  • (String)

Returns:

  • (String, nil)


7964
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 7964

optional :description, String

#id ⇒ String?

Unique identifier for the brand entry.

Parameters:

  • (String)

Returns:

  • (String, nil)


7952
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 7952

optional :id, String

#issuer ⇒ String?

The card issuer.

Parameters:

  • (String)

Returns:

  • (String, nil)


7970
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 7970

optional :issuer, String

#name ⇒ String?

Name of the brand.

Parameters:

  • (String)

Returns:

  • (String, nil)


7976
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 7976

optional :name, String

#network ⇒ String?

The card network.

Parameters:

  • (String)

Returns:

  • (String, nil)


7982
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 7982

optional :network, String

#network_tier ⇒ String?

The tier of the card network.

Parameters:

  • (String)

Returns:

  • (String, nil)


7988
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 7988

optional :network_tier, String

#type ⇒ String?

The brand type.

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


7994
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 7994

optional :type, String, nil?: true

#url ⇒ String?

URL for the brand image.

Parameters:

  • (String)

Returns:

  • (String, nil)


8000
# File 'lib/method_ruby/models/accounts/consent_withdraw_response.rb', line 8000

optional :url, String

Instance Method Details

#to_hash ⇒ {

Returns:

  • ({)


6203
# File 'sig/method_ruby/models/accounts/consent_withdraw_response.rbs', line 6203

def to_hash: -> {