Class: MethodRuby::Models::Entity::EntityIndividualResource::Connect::EntityConnect::Account::AccountLiabilityResource::Liability::MchID::Merchant
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MethodRuby::Models::Entity::EntityIndividualResource::Connect::EntityConnect::Account::AccountLiabilityResource::Liability::MchID::Merchant
- Defined in:
- lib/method_ruby/models/entity.rb
Defined Under Namespace
Modules: Type Classes: ProviderIDs
Instance Attribute Summary collapse
-
#account_number_formats ⇒ Array<String>
Accepted account number formats.
-
#id ⇒ String
Unique identifier for the merchant.
-
#is_temp ⇒ Boolean
Whether this is a temporary merchant entry.
-
#logo ⇒ String
URL of the merchant logo.
-
#name ⇒ String
Display name of the merchant.
-
#parent_name ⇒ String
Name of the parent merchant group.
- #provider_ids ⇒ MethodRuby::Models::Entity::EntityIndividualResource::Connect::EntityConnect::Account::AccountLiabilityResource::Liability::MchID::Merchant::ProviderIDs
-
#type ⇒ Symbol, MethodRuby::Models::Entity::EntityIndividualResource::Connect::EntityConnect::Account::AccountLiabilityResource::Liability::MchID::Merchant::Type
Type of accounts supported by this merchant.
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(dpp: nil, finicity: nil, mx: nil, plaid: nil, rpps: nil) ⇒ Object
|
|
# File 'lib/method_ruby/models/entity.rb', line 6385
|
Instance Attribute Details
#account_number_formats ⇒ Array<String>
Accepted account number formats.
6346 |
# File 'lib/method_ruby/models/entity.rb', line 6346 required :account_number_formats, MethodRuby::Internal::Type::ArrayOf[String] |
#id ⇒ String
Unique identifier for the merchant.
6340 |
# File 'lib/method_ruby/models/entity.rb', line 6340 required :id, String |
#is_temp ⇒ Boolean
Whether this is a temporary merchant entry.
6352 |
# File 'lib/method_ruby/models/entity.rb', line 6352 required :is_temp, MethodRuby::Internal::Type::Boolean |
#logo ⇒ String
URL of the merchant logo.
6358 |
# File 'lib/method_ruby/models/entity.rb', line 6358 required :logo, String |
#name ⇒ String
Display name of the merchant.
6364 |
# File 'lib/method_ruby/models/entity.rb', line 6364 required :name, String |
#parent_name ⇒ String
Name of the parent merchant group.
6370 |
# File 'lib/method_ruby/models/entity.rb', line 6370 required :parent_name, String |
#provider_ids ⇒ MethodRuby::Models::Entity::EntityIndividualResource::Connect::EntityConnect::Account::AccountLiabilityResource::Liability::MchID::Merchant::ProviderIDs
6375 6376 |
# File 'lib/method_ruby/models/entity.rb', line 6375 required :provider_ids, -> { MethodRuby::Entity::EntityIndividualResource::Connect::EntityConnect::Account::AccountLiabilityResource::Liability::MchID::Merchant::ProviderIDs } |
#type ⇒ Symbol, MethodRuby::Models::Entity::EntityIndividualResource::Connect::EntityConnect::Account::AccountLiabilityResource::Liability::MchID::Merchant::Type
Type of accounts supported by this merchant.
6382 6383 |
# File 'lib/method_ruby/models/entity.rb', line 6382 required :type, enum: -> { MethodRuby::Entity::EntityIndividualResource::Connect::EntityConnect::Account::AccountLiabilityResource::Liability::MchID::Merchant::Type } |