Module: Straddle::Models::PaymentStatusReason
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/straddle/models/payment_status_reason.rb,
sig/straddle/models/payment_status_reason.rbs
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- CANCEL_REQUEST =
:cancel_request- FAILED_VERIFICATION =
:failed_verification- REQUIRE_REVIEW =
:require_review- BLOCKED_BY_SYSTEM =
:blocked_by_system- WATCHTOWER_REVIEW =
:watchtower_review- VALIDATING =
:validating- AUTO_HOLD =
:auto_hold
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/straddle/models/payment_status_reason.rb', line 36
|
Instance Method Details
#self?.values ⇒ ::Array[Straddle::Models::payment_status_reason]
63 |
# File 'sig/straddle/models/payment_status_reason.rbs', line 63
def self?.values: -> ::Array[Straddle::Models::payment_status_reason]
|