Module: Whop_sdk::Types::FriendlyReceiptStatus

Extended by:
Internal::Types::Enum
Defined in:
lib/whop_sdk/types/friendly_receipt_status.rb

Constant Summary collapse

SUCCEEDED =
"succeeded"
PENDING =
"pending"
FAILED =
"failed"
PAST_DUE =
"past_due"
CANCELED =
"canceled"
PRICE_TOO_LOW =
"price_too_low"
UNCOLLECTIBLE =
"uncollectible"
REFUNDED =
"refunded"
AUTO_REFUNDED =
"auto_refunded"
PARTIALLY_REFUNDED =
"partially_refunded"
DISPUTE_WARNING =
"dispute_warning"
DISPUTE_NEEDS_RESPONSE =
"dispute_needs_response"
DISPUTE_WARNING_NEEDS_RESPONSE =
"dispute_warning_needs_response"
RESOLUTION_NEEDS_RESPONSE =
"resolution_needs_response"
DISPUTE_UNDER_REVIEW =
"dispute_under_review"
DISPUTE_WARNING_UNDER_REVIEW =
"dispute_warning_under_review"
RESOLUTION_UNDER_REVIEW =
"resolution_under_review"
DISPUTE_WON =
"dispute_won"
DISPUTE_WARNING_CLOSED =
"dispute_warning_closed"
RESOLUTION_WON =
"resolution_won"
DISPUTE_LOST =
"dispute_lost"
DISPUTE_CLOSED =
"dispute_closed"
RESOLUTION_LOST =
"resolution_lost"
DRAFTED =
"drafted"
INCOMPLETE =
"incomplete"
UNRESOLVED =
"unresolved"
OPEN_DISPUTE =
"open_dispute"
OPEN_RESOLUTION =
"open_resolution"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load