enums

package
v0.12.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CartStatusActive  = "ACTIVE"
	CartStatusDropped = "DROPPED"
	CartStatusOrdered = "ORDERED"
)
View Source
const (
	PaymentMethodInStoreCash       = "IN_STORE_CASH"
	PaymentMethodInStoreCreditCard = "IN_STORE_CREDIT_CARD"
	PaymentMethodInStoreDebitCard  = "IN_STORE_DEBIT_CARD"
	PaymentMethodValeCreditCard    = "VALE_CREDIT_CARD"
	PaymentMethodValeDebitCard     = "VALE_DEBIT_CARD"
)
View Source
const (
	PlatformAdmin = "platform_admin"
	PlatformUser  = "platform_user"
	StoreOwner    = "store_owner"
	StoreCashier  = "store_cashier"
	StoreWorker   = "store_worker"
	StoreManager  = "store_manager"
	Client        = "client"
	PremiumClient = "premium_client"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Currency added in v0.4.2

type Currency string
const (
	CLP Currency = "CLP"
	USD Currency = "USD"
	EUR Currency = "EUR"
	GBP Currency = "GBP"
)

type ElasticQueryType added in v0.7.0

type ElasticQueryType string
const (
	ElasticQueryTypeMatch    ElasticQueryType = "match"
	ElasticQueryTypeTerm     ElasticQueryType = "term"
	ElasticQueryTypeTerms    ElasticQueryType = "terms"
	ElasticQueryTypeRange    ElasticQueryType = "range"
	ElasticQueryTypeExists   ElasticQueryType = "exists"
	ElasticQueryTypePrefix   ElasticQueryType = "prefix"
	ElasticQueryTypeWildcard ElasticQueryType = "wildcard"
)

type SaleStatus added in v0.4.2

type SaleStatus string
const (
	Finalized  SaleStatus = "Finalized"
	Reimbursed SaleStatus = "Reimbursed"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL