Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetRevenueRequest ¶
type HttpErrorBody ¶
type PaymentDropInRequest ¶
type PaymentDropInRequest struct {
ReturnURL string `json:"returnUrl"`
}
type PaymentDropInResponse ¶
type PusherGroupEvent ¶
type PusherGroupEvent struct {
StoreID string `json:"storeId"`
}
type PusherOrderEvent ¶
type PusherOrderEvent struct {
StoreID string `json:"storeId"`
}
type PusherOrderPaymentEvent ¶
type PusherOrderPaymentEvent struct {
OrderID string `json:"orderId"`
}
type Revenue ¶
type Revenue struct {
Request GetRevenueRequest `json:"request"`
Items []RevenueItem `json:"items"`
}
type RevenueItem ¶
type RevenueItem struct {
Text string `json:"type"`
Total primitive.Decimal128 `json:"total"`
}
Click to show internal directories.
Click to hide internal directories.