Module: Whop_sdk::Types::CheckoutSessionBuyerIdentityMethod

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

Constant Summary collapse

CONFIRMATION_TOKEN_EMAIL =
"confirmation_token_email"
BUYER_EMAIL =
"buyer_email"
SAVED_PAYMENT_METHOD =
"saved_payment_method"
SESSION_INTENT =
"session_intent"
POST_PURCHASE_CLAIM =
"post_purchase_claim"

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