Package io.voucherify.client.model
Class OrdersExportCreateRequestBody
java.lang.Object
io.voucherify.client.model.OrdersExportCreateRequestBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class OrdersExportCreateRequestBody
extends Object
Request body schema for **POST** `v1/orders/export`.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of OrdersExportCreateRequestBody given an JSON stringGet parametersinthashCode()parameters(OrdersExportCreateRequestBodyParameters parameters) voidsetParameters(OrdersExportCreateRequestBodyParameters parameters) toJson()Convert an instance of OrdersExportCreateRequestBody to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_PARAMETERS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
OrdersExportCreateRequestBody
public OrdersExportCreateRequestBody()
-
-
Method Details
-
parameters
-
getParameters
Get parameters- Returns:
- parameters
-
setParameters
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of OrdersExportCreateRequestBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of OrdersExportCreateRequestBody
- Throws:
IOException- if the JSON string is invalid with respect to OrdersExportCreateRequestBody
-
toJson
Convert an instance of OrdersExportCreateRequestBody to an JSON string- Returns:
- JSON string
-