Package tbdex.sdk.rust
Interface GetExchangeResponseBodyInterface
-
- All Implemented Interfaces:
public interface GetExchangeResponseBodyInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classGetExchangeResponseBodyInterface.Companion
-
Method Summary
Modifier and Type Method Description abstract GetExchangeResponseBodyDatagetData()abstract StringtoJsonString()-
-
Method Detail
-
getData
abstract GetExchangeResponseBodyData getData()
-
toJsonString
abstract String toJsonString()
-
-
-
-