ENUM
Currency
A type of currency.
link GraphQL Schema definition
- enum Currency {
- # US Dollar
- # Canadian Dollar
- # Pound Sterling
- # New Zealand Dollar
- # Rand
- # Chilean Peso
- # Mexican Peso
- # Euro
- # Australian Dollar
- # Indian Rupee
- # East Caribbean 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.