Module: Dodopayments::Models::Blocklist::BlockedCustomerSource
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/dodopayments/models/blocklist/blocked_customer_source.rb,
sig/dodopayments/models/blocklist/blocked_customer_source.rbs
Overview
Where a block came from. Api marks an API-key caller, which carries no
dashboard actor. The other values name the screen the merchant used.
Constant Summary collapse
- BLOCKLIST_PAGE =
:blocklist_page- CUSTOMER_PAGE =
:customer_page- PAYMENT_PAGE =
:payment_page- DISPUTE_PAGE =
:dispute_page- API =
:api
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/dodopayments/models/blocklist/blocked_customer_source.rb', line 17
|
Instance Method Details
#self?.values ⇒ ::Array[Dodopayments::Models::Blocklist::blocked_customer_source]
16 |
# File 'sig/dodopayments/models/blocklist/blocked_customer_source.rbs', line 16 def self?.values: -> ::Array[Dodopayments::Models::Blocklist::blocked_customer_source] |