Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Order ¶
type Order struct { OrderId string `dynamodbav:"OrderId" json:"orderId"` AccountId string `dynamodbav:"AccountId" json:"accountId"` Currency string `dynamodbav:"Currency" json:"currency"` Amount float64 `dynamodbav:"Amount" json:"amount"` Status string `dynamodbav:"Status" json:"status"` RefNumber string `dynamodbav:"RefNumber" json:"refNumber,omitempty"` OperationId string `dynamodbav:"OperationId" json:"operationId,omitempty"` Origin string `dynamodbav:"Origin" json:"origin,omitempty"` AuthorizationCode string `dynamodbav:"AuthorizationCode" json:"authorizationCode,omitempty"` }
type PendingOrder ¶
type PendingOrder struct { OrderId string `dynamodbav:"OrderId" json:"orderId"` AccountId string `dynamodbav:"AccountId" json:"accountId"` Currency string `dynamodbav:"Currency" json:"currency"` Amount float64 `dynamodbav:"Amount" json:"amount"` Status string `dynamodbav:"Status" json:"status"` RefNumber string `dynamodbav:"RefNumber" json:"refNumber,omitempty"` Origin string `dynamodbav:"Origin" json:"origin,omitempty"` }
Click to show internal directories.
Click to hide internal directories.