Module: WhopSDK::Models::RefundReferenceType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/whop_sdk/models/refund_reference_type.rb
Overview
The type of refund reference that was made available by the payment provider.
Constant Summary collapse
- ACQUIRER_REFERENCE_NUMBER =
:acquirer_reference_number- RETRIEVAL_REFERENCE_NUMBER =
:retrieval_reference_number- SYSTEM_TRACE_AUDIT_NUMBER =
:system_trace_audit_number
Class 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/whop_sdk/models/refund_reference_type.rb', line 13
|