package
Version:
v0.0.0-...-bc0462b
Opens a new window with list of versions in this module.
Published: May 16, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Account struct {
AccountID uuid.UUID `json:"Account_ID"`
DocNumber string `json:"Document_Number"`
AccountLimit float64 `json:"AvailableCreditLimit"`
}
type OperationTypes struct {
OpeTypeID int `json:"OperationType_ID"`
Description string `json:"Description0"`
}
type Transactions struct {
TransactionID uuid.UUID `json:"Transaction_ID"`
AccountID uuid.UUID `json:"Account_ID"`
OpeTypeID int `json:"OperationType_ID"`
Amount float64 `json:"Amount"`
EventDate time.Time `json:"EventDate"`
NewAccountLimit float64
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.