Class: MethodRuby::Models::AccountRetrieveResponse::Data::AccountClearingResource::Liability::MchID::Merchant
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MethodRuby::Models::AccountRetrieveResponse::Data::AccountClearingResource::Liability::MchID::Merchant
- Defined in:
- lib/method_ruby/models/account_retrieve_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::AccountRetrieveResponse::Data::AccountClearingResource::Liability::MchID::Merchant::ProviderIDs
-
#type ⇒ Symbol, MethodRuby::Models::AccountRetrieveResponse::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_retrieve_response.rb', line 9061
|
Instance Attribute Details
#account_number_formats ⇒ Array<String>
Accepted account number formats.
9022 |
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 9022 required :account_number_formats, MethodRuby::Internal::Type::ArrayOf[String] |
#id ⇒ String
Unique identifier for the merchant.
9016 |
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 9016 required :id, String |
#is_temp ⇒ Boolean
Whether this is a temporary merchant entry.
9028 |
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 9028 required :is_temp, MethodRuby::Internal::Type::Boolean |
#logo ⇒ String
URL of the merchant logo.
9034 |
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 9034 required :logo, String |
#name ⇒ String
Display name of the merchant.
9040 |
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 9040 required :name, String |
#parent_name ⇒ String
Name of the parent merchant group.
9046 |
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 9046 required :parent_name, String |
#provider_ids ⇒ MethodRuby::Models::AccountRetrieveResponse::Data::AccountClearingResource::Liability::MchID::Merchant::ProviderIDs
9051 9052 |
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 9051 required :provider_ids, -> { MethodRuby::Models::AccountRetrieveResponse::Data::AccountClearingResource::Liability::MchID::Merchant::ProviderIDs } |
#type ⇒ Symbol, MethodRuby::Models::AccountRetrieveResponse::Data::AccountClearingResource::Liability::MchID::Merchant::Type
Type of accounts supported by this merchant.
9058 9059 |
# File 'lib/method_ruby/models/account_retrieve_response.rb', line 9058 required :type, enum: -> { MethodRuby::Models::AccountRetrieveResponse::Data::AccountClearingResource::Liability::MchID::Merchant::Type } |