package
Version:
v0.0.0-...-0c44e78
Opens a new window with list of versions in this module.
Published: Mar 19, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type OrderItem struct {
ProductID uint64 `json:"product_id"`
Quantity uint64 `json:"quantity"`
}
type Payment struct {
CurrencyCode string `json:"currency_code"`
}
type Purchase struct {
OrderItems *[]OrderItem `json:"order_items"`
Payment *Payment `json:"payment"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.