Module: WhopSDK::Models::FriendlyReceiptStatus

Extended by:
Internal::Type::Enum
Defined in:
lib/whop_sdk/models/friendly_receipt_status.rb

Overview

The friendly status of a receipt

Constant Summary collapse

AUTO_REFUNDED =
:auto_refunded
REFUNDED =
:refunded
PARTIALLY_REFUNDED =
:partially_refunded
DISPUTE_WARNING =
:dispute_warning
OPEN_RESOLUTION =
:open_resolution
OPEN_DISPUTE =
:open_dispute
FAILED =
:failed
PRICE_TOO_LOW =
:price_too_low
SUCCEEDED =
:succeeded
DRAFTED =
:drafted
UNCOLLECTIBLE =
:uncollectible
UNRESOLVED =
:unresolved
PAST_DUE =
:past_due
PENDING =
:pending
INCOMPLETE =
:incomplete
CANCELED =
:canceled

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

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/whop_sdk/models/friendly_receipt_status.rb', line 26