Module: Straddle::Models::CapabilityRequest::Category
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/straddle/models/capability_request.rb,
sig/straddle/models/capability_request.rbs
Overview
Groups the requested capability. payment_type covers charges and payouts.
customer_type covers individuals and businesses. consent_type covers
signed_agreement and internet authorization.
Constant Summary collapse
- PAYMENT_TYPE =
:payment_type- CUSTOMER_TYPE =
:customer_type- CONSENT_TYPE =
:consent_type
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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
Instance Method Details
#self?.values ⇒ ::Array[Straddle::Models::CapabilityRequest::category]
68 |
# File 'sig/straddle/models/capability_request.rbs', line 68
def self?.values: -> ::Array[Straddle::Models::CapabilityRequest::category]
|