Class UpdateGatewayPaymentRequest

java.lang.Object
com.broadleafcommerce.paymentgateway.domain.UpdateGatewayPaymentRequest
All Implemented Interfaces:
Serializable

public class UpdateGatewayPaymentRequest extends Object implements Serializable
Request object used to update the payment gateway's representation of the payment.
Author:
Chris Kittrell (ckittrell)
See Also:
  • Constructor Details

    • UpdateGatewayPaymentRequest

      public UpdateGatewayPaymentRequest()
  • Method Details

    • getGatewayUpdateParam

      @Nullable public Object getGatewayUpdateParam(String key)
    • getPaymentType

      @Nullable public String getPaymentType()
    • getPaymentInfo

      public PaymentInfo getPaymentInfo()
      Information about the PaymentTransactionServices Payment representation.
      Returns:
      Information about the PaymentTransactionServices Payment representation.
    • getGatewayUpdateParams

      public Map<String,Object> getGatewayUpdateParams()
      Generic map used to pass parameters specifically used to update the gateway's representation of the payment.
      Returns:
      Generic map used to pass parameters specifically used to update the gateway's representation of the payment.
    • setPaymentInfo

      public void setPaymentInfo(PaymentInfo paymentInfo)
      Information about the PaymentTransactionServices Payment representation.
      Parameters:
      paymentInfo - Information about the PaymentTransactionServices Payment representation.
    • setGatewayUpdateParams

      public void setGatewayUpdateParams(Map<String,Object> gatewayUpdateParams)
      Generic map used to pass parameters specifically used to update the gateway's representation of the payment.
      Parameters:
      gatewayUpdateParams - Generic map used to pass parameters specifically used to update the gateway's representation of the payment.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object