org.hyperledger.acy_py.generated.model.V20CredBoundOfferRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aries-client-python Show documentation
Show all versions of aries-client-python Show documentation
Aries Cloud Agent - Python: Java client implementation
/*
* aca-py client
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v0.7.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.hyperledger.acy_py.generated.model;
import com.google.gson.annotations.SerializedName;
/**
* V20CredBoundOfferRequest
*/
@lombok.Data
@lombok.AllArgsConstructor
@lombok.NoArgsConstructor
@lombok.Builder
public class V20CredBoundOfferRequest {
public static final String SERIALIZED_NAME_COUNTER_PREVIEW = "counter_preview";
@SerializedName(SERIALIZED_NAME_COUNTER_PREVIEW)
private V20CredPreview counterPreview;
public static final String SERIALIZED_NAME_FILTER = "filter";
@SerializedName(SERIALIZED_NAME_FILTER)
private V20CredFilter filter;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy