Module: WhopSDK::Models::PaymentProvider

Extended by:
Internal::Type::Enum
Defined in:
lib/whop_sdk/models/payment_provider.rb,
sig/whop_sdk/models/payment_provider.rbs

Overview

The different payment providers.

Constant Summary collapse

STRIPE =

Returns:

  • (:stripe)
:stripe
COINBASE =

Returns:

  • (:coinbase)
:coinbase
PAYPAL =

Returns:

  • (:paypal)
:paypal
APPLE =

Returns:

  • (:apple)
:apple
SEZZLE =

Returns:

  • (:sezzle)
:sezzle
SPLITIT =

Returns:

  • (:splitit)
:splitit
PLATFORM_BALANCE =

Returns:

  • (:platform_balance)
:platform_balance
MULTI_PSP =

Returns:

  • (:multi_psp)
:multi_psp
ADYEN =

Returns:

  • (:adyen)
:adyen
CLARITYPAY =

Returns:

  • (:claritypay)
:claritypay
CHECKOUT_DOT_COM =

Returns:

  • (:checkout_dot_com)
:checkout_dot_com
AIRWALLEX =

Returns:

  • (:airwallex)
:airwallex
COINFLOW =

Returns:

  • (:coinflow)
:coinflow
SEQURA =

Returns:

  • (:sequra)
:sequra
DLOCAL =

Returns:

  • (:dlocal)
:dlocal

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/whop_sdk/models/payment_provider.rb', line 25

Instance Method Details

#self?.values::Array[WhopSDK::Models::payment_provider]

Returns:

  • (::Array[WhopSDK::Models::payment_provider])


39
# File 'sig/whop_sdk/models/payment_provider.rbs', line 39

def self?.values: -> ::Array[WhopSDK::Models::payment_provider]