Package tbdex.sdk.http
Class CreateExchangeRequestBody
-
- All Implemented Interfaces:
public final class CreateExchangeRequestBody
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCreateExchangeRequestBody.Companion
-
Constructor Summary
Constructors Constructor Description CreateExchangeRequestBody(Rfq message, String replyTo)
-
Method Summary
Modifier and Type Method Description final RfqgetMessage()final StringgetReplyTo()final StringtoJsonString()-
-
Method Detail
-
getMessage
final Rfq getMessage()
-
getReplyTo
final String getReplyTo()
-
toJsonString
final String toJsonString()
-
-
-
-