transfer-allowances (#143)
Reviewed-on: #143
This commit was merged in pull request #143.
This commit is contained in:
@@ -80,3 +80,9 @@ type AddAllowanceAmountRequest struct {
|
||||
Amount float64 `json:"amount"`
|
||||
Description string `json:"description"`
|
||||
}
|
||||
|
||||
type TransferRequest struct {
|
||||
From int `json:"from"`
|
||||
To int `json:"to"`
|
||||
Amount float64 `json:"amount"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user