Module: Whop_sdk::Types::PaymentTransactionTypes

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

Constant Summary collapse

PURCHASE =
"purchase"
AUTHORIZE =
"authorize"
CAPTURE =
"capture"
REFUND =
"refund"
CANCELED =
"canceled"
VERIFY =
"verify"
CHARGEBACK =
"chargeback"
PRE_CHARGEBACK =
"pre_chargeback"
THREE_D_SECURE =
"three_d_secure"
FRAUD_SCREENING =
"fraud_screening"
AUTHORIZATION =
"authorization"
INSTALLMENT =
"installment"

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