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 Payment struct {
ID uint64 `json:"id"`
CustomerID uint64 `json:"customer_id"`
Amount uint64 `json:"amount"`
CurrencyCode string `json:"currency_code"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.