Module: Straddle::Models::ChargeCreatedV1WebhookEvent::Data::StatusHistory::Reason
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/straddle/models/charge_created_v1_webhook_event.rb,
sig/straddle/models/charge_created_v1_webhook_event.rbs
Overview
Constant Summary collapse
- INSUFFICIENT_FUNDS =
:insufficient_funds- CLOSED_BANK_ACCOUNT =
:closed_bank_account- INVALID_BANK_ACCOUNT =
:invalid_bank_account- INVALID_ROUTING =
:invalid_routing- DISPUTED =
:disputed- PAYMENT_STOPPED =
:payment_stopped- OWNER_DECEASED =
:owner_deceased- FROZEN_BANK_ACCOUNT =
:frozen_bank_account- RISK_REVIEW =
:risk_review- FRAUDULENT =
:fraudulent- DUPLICATE_ENTRY =
:duplicate_entry- INVALID_PAYKEY =
:invalid_paykey- PAYMENT_BLOCKED =
:payment_blocked- AMOUNT_TOO_LARGE =
:amount_too_large- TOO_MANY_ATTEMPTS =
:too_many_attempts- INTERNAL_SYSTEM_ERROR =
:internal_system_error- USER_REQUEST =
:user_request- OK =
:ok- OTHER_NETWORK_RETURN =
:other_network_return- PAYOUT_REFUSED =
:payout_refused- VALIDATING =
:validating- AUTO_HOLD =
:auto_hold
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::ChargeCreatedV1WebhookEvent::Data::StatusHistory::reason]
423 |
# File 'sig/straddle/models/charge_created_v1_webhook_event.rbs', line 423
def self?.values: -> ::Array[Straddle::Models::ChargeCreatedV1WebhookEvent::Data::StatusHistory::reason]
|