Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountResponse ¶
type AccountResponse struct {
Id string `json:"account_id"`
}
type CustomerResponse ¶
type NewAccountRequest ¶
type NewAccountRequest struct { CustomerId string `json:"customer_id"` AccountType string `json:"account_type"` Amount float64 `json:"amount"` }
func (NewAccountRequest) Validate ¶
func (r NewAccountRequest) Validate() *errs.AppError
type TransactionRequest ¶
type TransactionResponse ¶
Click to show internal directories.
Click to hide internal directories.