Documentation ¶
Index ¶
Constants ¶
View Source
const ( WooTaxClass7 = "mitnehmen" WooFeeTip = "Tip" )
Variables ¶
View Source
var (
ErrorNotFound = fmt.Errorf("not found")
)
Functions ¶
Types ¶
type Revenue ¶
type Revenue struct { ID string `dynamodbav:"Id"` PaymentID string `dynamodbav:"PaymentId"` CreatedAt string `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.