package
Version:
v0.0.0-...-0238175
Opens a new window with list of versions in this module.
Published: Nov 16, 2024
License: MIT
Opens a new window with license information.
Imports: 1
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 int64 `json:"id"`
CustomerID int64 `json:"customer_id"`
Status string `json:"status"`
OrderId int64 `json:"order_id"`
TotalPrice float32 `json:"total_price"`
CreatedAt int64 `json:"created_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.