Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CompletionNotification ¶ added in v0.2.2
type CompletionNotification struct {
OrderId string `json:"orderId"`
}
type FollowNotification ¶
type FollowNotification struct {
Follow string `json:"follow"`
}
type FulfillmentNotification ¶ added in v0.2.2
type FulfillmentNotification struct {
OrderId string `json:"orderId"`
}
type OrderCancelNotification ¶ added in v0.2.1
type OrderCancelNotification struct {
OrderId string `json:"orderId"`
}
type OrderConfirmationNotification ¶ added in v0.2.1
type OrderConfirmationNotification struct {
OrderId string `json:"orderId"`
}
type OrderNotification ¶
type PaymentNotification ¶
type RefundNotification ¶ added in v0.2.1
type RefundNotification struct {
OrderId string `json:"orderId"`
}
type UnfollowNotification ¶
type UnfollowNotification struct {
Unfollow string `json:"unfollow"`
}
Click to show internal directories.
Click to hide internal directories.