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 =

Returns:

  • (:blocklist_page)
:blocklist_page
CUSTOMER_PAGE =

Returns:

  • (:customer_page)
:customer_page
PAYMENT_PAGE =

Returns:

  • (:payment_page)
:payment_page
DISPUTE_PAGE =

Returns:

  • (:dispute_page)
:dispute_page
API =

Returns:

  • (: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

.valuesArray<Symbol>

Returns:

  • (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]

Returns:

  • (::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]