createPreview

@POST(value = /v1/accounts/{accountIdKey}/orders/preview)
abstract fun createPreview(@Path(value = accountIdKeyaccountIdKey: String, @Body() body: PreviewRequestEnvelope): Call<PreviewOrderResponseEnvelope>

Sources

jvm source
Link copied to clipboard