Documentation ¶
Index ¶
Constants ¶
View Source
const ( CREDIT PaymentType = "CREDIT" DEBIT PaymentType = "DEBIT" CASH PaymentType = "CASH" PIX PaymentType = "PIX" QRCODE PaymentType = "QRCODE" PENDING PaymentStatus = "PENDING" CONFIRMED PaymentStatus = "CONFIRMED" CANCELED PaymentStatus = "CANCELED" )
Variables ¶
This section is empty.
Functions ¶
func ValidateStatus ¶
Types ¶
type PaymentStatus ¶
type PaymentStatus string
type PaymentType ¶
type PaymentType string
type StatusOrder ¶
type StatusOrder string
const ( AWAITING_PAYMENT StatusOrder = "AWAITING_PAYMENT" RECEIVED StatusOrder = "RECEIVED" PREPARING StatusOrder = "PREPARING" READY StatusOrder = "READY" FINISHED StatusOrder = "FINISHED" )
Click to show internal directories.
Click to hide internal directories.