Module: WhopSDK::Models::Currency
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/whop_sdk/models/currency.rb
Overview
The available currencies on the platform
Constant Summary collapse
- USD =
:usd- SGD =
:sgd- INR =
:inr- AUD =
:aud- BRL =
:brl- CAD =
:cad- DKK =
:dkk- EUR =
:eur- NOK =
:nok- GBP =
:gbp- SEK =
:sek- CHF =
:chf- HKD =
:hkd- HUF =
:huf- JPY =
:jpy- MXN =
:mxn- MYR =
:myr- PLN =
:pln- CZK =
:czk- NZD =
:nzd- AED =
:aed- ETH =
:eth- APE =
:ape- COP =
:cop- RON =
:ron- THB =
:thb- BGN =
:bgn- IDR =
:idr- DOP =
:dop- PHP =
:php- TRY =
:try- KRW =
:krw- TWD =
:twd- VND =
:vnd- PKR =
:pkr- CLP =
:clp- UYU =
:uyu- ARS =
:ars- ZAR =
:zar- DZD =
:dzd- TND =
:tnd- MAD =
:mad- KES =
:kes- KWD =
:kwd- JOD =
:jod- ALL =
:all- XCD =
:xcd- AMD =
:amd- BSD =
:bsd- BHD =
:bhd- BOB =
:bob- BAM =
:bam- KHR =
:khr- CRC =
:crc- XOF =
:xof- EGP =
:egp- ETB =
:etb- GMD =
:gmd- GHS =
:ghs- GTQ =
:gtq- GYD =
:gyd- ILS =
:ils- JMD =
:jmd- MOP =
:mop- MGA =
:mga- MUR =
:mur- MDL =
:mdl- MNT =
:mnt- NAD =
:nad- NGN =
:ngn- MKD =
:mkd- OMR =
:omr- PYG =
:pyg- PEN =
:pen- QAR =
:qar- RWF =
:rwf- SAR =
:sar- RSD =
:rsd- LKR =
:lkr- TZS =
:tzs- TTD =
:ttd- UZS =
:uzs- RUB =
:rub- BTC =
:btc
Class 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
.values ⇒ Array<Symbol>
|
|
# File 'lib/whop_sdk/models/currency.rb', line 94
|