Module: MethodRuby::Models::MerchantListParams::Type
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/method_ruby/models/merchant_list_params.rb,
sig/method_ruby/models/merchant_list_params.rbs
Overview
Filter merchants by account type.
Constant Summary collapse
- AUTO_LOAN =
:auto_loan- BUSINESS_LOAN =
:business_loan- CREDIT_CARD =
:credit_card- ELECTRIC_UTILITY =
:electric_utility- HOME_LOAN =
:home_loan- INSURANCE =
:insurance- INTERNET_UTILITY =
:internet_utility- LOAN =
:loan- MEDICAL =
:medical- PERSONAL_LOAN =
:personal_loan- STUDENT_LOAN =
:student_loan- TELEPHONE_UTILITY =
:telephone_utility- TELEVISION_UTILITY =
:television_utility- WATER_UTILITY =
:water_utility- BANK =
:bank- CITY =
:city- COUNTY =
:county- HOME_EQUITY_LOAN =
:home_equity_loan- MORTGAGE =
:mortgage- UTILITY =
:utility- WASTE_UTILITY =
:waste_utility
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/method_ruby/models/merchant_list_params.rb', line 71
|
Instance Method Details
#self?.values ⇒ ::Array[MethodRuby::Models::MerchantListParams::type_]
99 |
# File 'sig/method_ruby/models/merchant_list_params.rbs', line 99
def self?.values: -> ::Array[MethodRuby::Models::MerchantListParams::type_]
|