Module: Straddle::Models::SimulatedPaymentOutcome
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/straddle/models/simulated_payment_outcome.rb,
sig/straddle/models/simulated_payment_outcome.rbs
Overview
Payment will simulate processing if not Standard.
Constant Summary collapse
- STANDARD =
:standard- PAID =
:paid- ON_HOLD_DAILY_LIMIT =
:on_hold_daily_limit- CANCELLED_FOR_FRAUD_RISK =
:cancelled_for_fraud_risk- CANCELLED_FOR_BALANCE_CHECK =
:cancelled_for_balance_check- FAILED_INSUFFICIENT_FUNDS =
:failed_insufficient_funds- REVERSED_INSUFFICIENT_FUNDS =
:reversed_insufficient_funds- FAILED_CUSTOMER_DISPUTE =
:failed_customer_dispute- REVERSED_CUSTOMER_DISPUTE =
:reversed_customer_dispute- FAILED_CLOSED_BANK_ACCOUNT =
:failed_closed_bank_account- REVERSED_CLOSED_BANK_ACCOUNT =
:reversed_closed_bank_account- FAILED_NOT_AUTHORIZED =
:failed_not_authorized- REVERSED_NOT_AUTHORIZED =
:reversed_not_authorized
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/simulated_payment_outcome.rb', line 23
|
Instance Method Details
#self?.values ⇒ ::Array[Straddle::Models::simulated_payment_outcome]
35 |
# File 'sig/straddle/models/simulated_payment_outcome.rbs', line 35
def self?.values: -> ::Array[Straddle::Models::simulated_payment_outcome]
|