Class GooglePayRequest

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

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

    • gateway_merchant_id

      public String gateway_merchant_id
    • payment_token

      public Content payment_token
    • metaDataMap

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

    • GooglePayRequest

      public GooglePayRequest()
    • GooglePayRequest

      public GooglePayRequest(String gateway_merchant_id, Content payment_token)
    • GooglePayRequest

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