Class ClaimRevoked

java.lang.Object
dev.vality.damsel.payment_processing.ClaimRevoked
All Implemented Interfaces:
Serializable, Cloneable, Comparable<ClaimRevoked>, org.apache.thrift.TBase<ClaimRevoked,ClaimRevoked._Fields>, org.apache.thrift.TSerializable

@Generated(value="Autogenerated by Thrift Compiler (0.19.0)", date="2024-08-02") public class ClaimRevoked extends Object implements org.apache.thrift.TBase<ClaimRevoked,ClaimRevoked._Fields>, Serializable, Cloneable, Comparable<ClaimRevoked>
See Also:
  • Field Details

    • reason

      public String reason
    • metaDataMap

      public static final Map<ClaimRevoked._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
  • Constructor Details

    • ClaimRevoked

      public ClaimRevoked()
    • ClaimRevoked

      public ClaimRevoked(ClaimRevoked other)
      Performs a deep copy on other.
  • Method Details