entity

package
v0.0.0-...-bc0462b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 16, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	AccountID    uuid.UUID `json:"Account_ID"`
	DocNumber    string    `json:"Document_Number"`
	AccountLimit float64   `json:"AvailableCreditLimit"`
}

type OperationTypes

type OperationTypes struct {
	OpeTypeID   int    `json:"OperationType_ID"`
	Description string `json:"Description0"`
}

type Transactions

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL