credit-send-endpoints #19
@ -25,3 +25,8 @@ type CreditSendLimitsResult struct {
|
|||||||
MaxRAT string `json:"maxRAT"`
|
MaxRAT string `json:"maxRAT"`
|
||||||
MaxSAT string `json:"maxSAT"`
|
MaxSAT string `json:"maxSAT"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type CreditSendReverseQouteResult struct {
|
||||||
|
InputAmount string `json:"inputAmount"`
|
||||||
|
OutputAmount string `json:"outputAmount"`
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user