Class GooglePayDetails

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

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

    • message_id

      public String message_id
    • message_expiration

      public String message_expiration
    • metaDataMap

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

    • GooglePayDetails

      public GooglePayDetails()
    • GooglePayDetails

      public GooglePayDetails(String message_id, String message_expiration)
    • GooglePayDetails

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