Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Amount ¶
type Amount struct {
// contains filtered or unexported fields
}
func (*Amount) GetRequest ¶
func (amount *Amount) GetRequest() *network.AmountRequest
type AmountResponse ¶
type AmountResponse struct {
Amount float64 `json:"amount"`
}
Click to show internal directories.
Click to hide internal directories.