Module: Whop_sdk::Types::RefundFailureReason

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

Constant Summary collapse

BANK_DECLINED =
"bank_declined"
EXPIRED_OR_CANCELED_CARD =
"expired_or_canceled_card"
LOST_OR_STOLEN_CARD =
"lost_or_stolen_card"
INSUFFICIENT_FUNDS =
"insufficient_funds"
CHARGE_DISPUTED =
"charge_disputed"
NOT_REFUNDABLE =
"not_refundable"
MERCHANT_REQUEST =
"merchant_request"
UNKNOWN =
"unknown"

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