Package tbdex.sdk.rust
Interface UpdateExchangeRequestBodyInterface
-
- All Implemented Interfaces:
public interface UpdateExchangeRequestBodyInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classUpdateExchangeRequestBodyInterface.Companion
-
Method Summary
Modifier and Type Method Description abstract UpdateExchangeRequestBodyDatagetData()abstract StringtoJsonString()-
-
Method Detail
-
getData
abstract UpdateExchangeRequestBodyData getData()
-
toJsonString
abstract String toJsonString()
-
-
-
-