Module: Whop_sdk::Types::DisputeReason

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

Constant Summary collapse

FRAUDULENT =
"fraudulent"
UNRECOGNIZED =
"unrecognized"
DECLINED_AUTHORIZATION =
"declined_authorization"
PRODUCT_NOT_RECEIVED =
"product_not_received"
PRODUCT_UNACCEPTABLE =
"product_unacceptable"
SUBSCRIPTION_CANCELED =
"subscription_canceled"
CREDIT_NOT_PROCESSED =
"credit_not_processed"
DUPLICATE =
"duplicate"
PROCESSING_ERROR =
"processing_error"
DOCUMENTATION_REQUEST =
"documentation_request"
BANK_CANNOT_PROCESS =
"bank_cannot_process"
OTHER =
"other"

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