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