Documentation
¶
Index ¶
Constants ¶
View Source
const ( WooTaxClass7 = "mitnehmen" WooFeeTip = "Tip (Benutzerdefiniertes Trinkgeld)" )
Variables ¶
This section is empty.
Functions ¶
func SyncPOSOrder ¶ added in v3.3.7
Types ¶
type Revenue ¶
type Revenue struct {
ID string `dynamodbav:"Id"`
PaymentID string `dynamodbav:"PaymentId"`
CreatedAt time.Time `dynamodbav:"CreatedAt"`
Type RevenueType `dynamodbav:"RevenueType"`
ShippingMethod dbadmin.OrderShippingMethod `dynamodbav:"ShippingMethod"`
Store string `dynamodbav:"Store"`
Source RevenueSource `dynamodbav:"Source"`
Company string `dynamodbav:"Company"`
Net7 string `dynamodbav:"Net7"`
Tax7 string `dynamodbav:"Tax7"`
Tip string `dynamodbav:"Tip"`
}
type RevenueSource ¶
type RevenueSource string
const ( RevenueSourceOnline RevenueSource = "Online" RevenueSourceOffline RevenueSource = "POS" RevenueSourceCorporate RevenueSource = "Corporate" )
type RevenueType ¶
type RevenueType string
const ( RevenueTypeOrder RevenueType = "Order" RevenueTypeRefund RevenueType = "Refund" )
Click to show internal directories.
Click to hide internal directories.