enums

package
v0.2.28 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AppointmentStatusAvailable = "available"
	AppointmentStatusBooked    = "booked"
	AppointmentStatusCancelled = "cancelled"
	AppointmentStatusReserved  = "reserved"
)
View Source
const (
	ConsultationStatusPending    = "pending"
	ConsultationStatusCanceled   = "canceled"
	ConsultationStatusCompleted  = "completed"
	ConsultationStatusInProgress = "in_progress"
	ConsultationStatusFailed     = "failed"
)
View Source
const (
	ConsultationTypeRemote   = "remote"
	ConsultationTypeInPerson = "in_person"
)
View Source
const (
	ConsultationPaymentStatusPending   = "pending"
	ConsultationPaymentStatusCompleted = "completed"
	ConsultationPaymentStatusFailed    = "failed"
)
View Source
const (
	PaymentRefundRefunded  = "REFUNDED"
	PaymentRefundRequested = "REQUESTED"
	PaymentRefundRejected  = "REJECTED"
	PaymentRefundAccepted  = "ACCEPTED"
	PaymentRefundCancelled = "CANCELLED"
)
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 (
	UserTypePatient      = "patient"
	UserTypePractitioner = "practitioner"
	UserTypeAdmin        = "admin"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Currency

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

Jump to

Keyboard shortcuts

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