Class ExternalFulfillmentCallbackDTO

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

public class ExternalFulfillmentCallbackDTO extends Object implements Serializable
DTO containing the fulfillment callback request from the external payment gateway.
See Also:
  • Constructor Details

    • ExternalFulfillmentCallbackDTO

      public ExternalFulfillmentCallbackDTO()
  • Method Details

    • getOwnerId

      public String getOwnerId()
      The ID of the payment owner. Typically, this is the cart ID.
    • getOwnerType

      public String getOwnerType()
      The type of entity that owns the payment.
    • getGatewayType

      public String getGatewayType()
      The gateway type of this payment.
    • getRequestBody

      public Map<String,Object> getRequestBody()
      The request body of the payment gateway redirect, if any.
    • getRequestParams

      public Map<String,String> getRequestParams()
      The request params of the payment gateway redirect. Should contain the parameters that were passed on the callback URL and any that the gateway would add.
    • setOwnerId

      public void setOwnerId(String ownerId)
      The ID of the payment owner. Typically, this is the cart ID.
    • setOwnerType

      public void setOwnerType(String ownerType)
      The type of entity that owns the payment.
    • setGatewayType

      public void setGatewayType(String gatewayType)
      The gateway type of this payment.
    • setRequestBody

      public void setRequestBody(Map<String,Object> requestBody)
      The request body of the payment gateway redirect, if any.
    • setRequestParams

      public void setRequestParams(Map<String,String> requestParams)
      The request params of the payment gateway redirect. Should contain the parameters that were passed on the callback URL and any that the gateway would add.
    • 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