ENUM
Currency
A type of currency.
link GraphQL Schema definition
- enum Currency {
- # UAE Dirham
- # Afghani
- # Lek
- # Armenian Dram
- # Netherlands Antillean Guilder
- # Kwanza
- # Argentine Peso
- # Australian Dollar
- # Aruban Florin
- # Azerbaijan Manat
- # Convertible Mark
- # Barbados Dollar
- # Taka
- # Bulgarian Lev
- # Bermudian Dollar
- # Brunei Dollar
- # Boliviano
- # Brazilian Real
- # Bahamian Dollar
- # Ngultrum
- # Pula
- # Belarusian Ruble
- # Belize Dollar
- # Canadian Dollar
- # Congolese Franc
- # Swiss Franc
- # Yuan Renminbi
- # Colombian Peso
- # Costa Rican Colon
- # Peso Convertible
- # Cuban Peso
- # Cabo Verde Escudo
- # Czech Koruna
- # Danish Krone
- # Dominican Peso
- # Algerian Dinar
- # Egyptian Pound
- # Nakfa
- # Ethiopian Birr
- # Euro
- # Fiji Dollar
- # Falkland Islands Pound
- # Pound Sterling
- # Lari
- # Ghana Cedi
- # Gibraltar Pound
- # Dalasi
- # Quetzal
- # Hong Kong Dollar
- # Lempira
- # Gourde
- # Forint
- # Rupiah
- # New Israeli Sheqel
- # Indian Rupee
- # Iranian Rial
- # Jamaican Dollar
- # Kenyan Shilling
- # Som
- # Riel
- # North Korean Won
- # Cayman Islands Dollar
- # Tenge
- # Lao Kip
- # Lebanese Pound
- # Sri Lanka Rupee
- # Liberian Dollar
- # Loti
- # Moroccan Dirham
- # Moldovan Leu
- # Malagasy Ariary
- # Denar
- # Kyat
- # Tugrik
- # Pataca
- # Ouguiya
- # Mauritius Rupee
- # Rufiyaa
- # Malawi Kwacha
- # Mexican Peso
- # Malaysian Ringgit
- # Mozambique Metical
- # Namibia Dollar
- # Naira
- # Cordoba Oro
- # Norwegian Krone
- # Nepalese Rupee
- # New Zealand Dollar
- # Balboa
- # Sol
- # Kina
- # Philippine Peso
- # Pakistan Rupee
- # Zloty
- # Qatari Rial
- # Romanian Leu
- # Serbian Dinar
- # Russian Ruble
- # Saudi Riyal
- # Solomon Islands Dollar
- # Seychelles Rupee
- # Sudanese Pound
- # Swedish Krona
- # Singapore Dollar
- # Saint Helena Pound
- # Leone
- # Somali Shilling
- # Surinam Dollar
- # South Sudanese Pound
- # Dobra
- # El Salvador Colon
- # Syrian Pound
- # Lilangeni
- # Baht
- # Somoni
- # Turkmenistan New Manat
- # Pa’anga
- # Turkish Lira
- # Trinidad and Tobago Dollar
- # New Taiwan Dollar
- # Tanzanian Shilling
- # Hryvnia
- # US Dollar
- # Peso Uruguayo
- # Uzbekistan Sum
- # Bolívar Soberano
- # Tala
- # East Caribbean Dollar
- # Yemeni Rial
- # Rand
- # Zambian Kwacha
- # Zimbabwe Dollar
- }
link Require by
- CreatePurchaseOrderMutationInputThe input object that defines the fields for the createPurchaseOrder mutation.
- CreateVendorMutationInputThe input object that defines the fields for the createVendor mutation.
- InventoryLocationA location that inventory is stored in.
- InventoryModelA type of item stored in inventory.
- OrderGroupAn order group.
- PurchaseOrderA purchase order for items from a third party vendor.
- PurchaseOrderItemA line item on a purchase order.
- Querynull
- SystemSettingSystem configuration settings.
- TaxA tax.
- UpdatePurchaseOrderMutationInputThe input object that defines the fields for the updatePurchaseOrder mutation.
- UpdateSystemSettingsMutationInputThe input object that defines the fields for the updateSystemSettings mutation.
- UpdateVendorMutationInputThe input object that defines the fields for the updateVendor mutation.
- VendorA third party vendor of inventory models.
- VendorItemAn item that can be purchased from a particular vendor.