added the CreditSendReverseQouteResult type for API responses
This commit is contained in:
parent
81ff6c4034
commit
72af514cf3
@ -25,3 +25,8 @@ type CreditSendLimitsResult struct {
|
||||
MaxRAT string `json:"maxRAT"`
|
||||
MaxSAT string `json:"maxSAT"`
|
||||
}
|
||||
|
||||
type CreditSendReverseQouteResult struct {
|
||||
InputAmount string `json:"inputAmount"`
|
||||
OutputAmount string `json:"outputAmount"`
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user