Class: MethodRuby::Models::AccountCreateResponse::Data::AccountClearingResource::Liability::MchID::Merchant
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MethodRuby::Models::AccountCreateResponse::Data::AccountClearingResource::Liability::MchID::Merchant
- Defined in:
- lib/method_ruby/models/account_create_response.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::AccountCreateResponse::Data::AccountClearingResource::Liability::MchID::Merchant::ProviderIDs
-
#type ⇒ Symbol, MethodRuby::Models::AccountCreateResponse::Data::AccountClearingResource::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/account_create_response.rb', line 9058
|
Instance Attribute Details
#account_number_formats ⇒ Array<String>
Accepted account number formats.
9019 |
# File 'lib/method_ruby/models/account_create_response.rb', line 9019 required :account_number_formats, MethodRuby::Internal::Type::ArrayOf[String] |
#id ⇒ String
Unique identifier for the merchant.
9013 |
# File 'lib/method_ruby/models/account_create_response.rb', line 9013 required :id, String |
#is_temp ⇒ Boolean
Whether this is a temporary merchant entry.
9025 |
# File 'lib/method_ruby/models/account_create_response.rb', line 9025 required :is_temp, MethodRuby::Internal::Type::Boolean |
#logo ⇒ String
URL of the merchant logo.
9031 |
# File 'lib/method_ruby/models/account_create_response.rb', line 9031 required :logo, String |
#name ⇒ String
Display name of the merchant.
9037 |
# File 'lib/method_ruby/models/account_create_response.rb', line 9037 required :name, String |
#parent_name ⇒ String
Name of the parent merchant group.
9043 |
# File 'lib/method_ruby/models/account_create_response.rb', line 9043 required :parent_name, String |
#provider_ids ⇒ MethodRuby::Models::AccountCreateResponse::Data::AccountClearingResource::Liability::MchID::Merchant::ProviderIDs
9048 9049 |
# File 'lib/method_ruby/models/account_create_response.rb', line 9048 required :provider_ids, -> { MethodRuby::Models::AccountCreateResponse::Data::AccountClearingResource::Liability::MchID::Merchant::ProviderIDs } |
#type ⇒ Symbol, MethodRuby::Models::AccountCreateResponse::Data::AccountClearingResource::Liability::MchID::Merchant::Type
Type of accounts supported by this merchant.
9055 9056 |
# File 'lib/method_ruby/models/account_create_response.rb', line 9055 required :type, enum: -> { MethodRuby::Models::AccountCreateResponse::Data::AccountClearingResource::Liability::MchID::Merchant::Type } |