Class ExternalGatewayFulfillmentUpdate

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

public class ExternalGatewayFulfillmentUpdate extends Object implements Serializable
Fulfillment information mapped from the payment gateway.
See Also:
  • Constructor Details

    • ExternalGatewayFulfillmentUpdate

      public ExternalGatewayFulfillmentUpdate()
  • Method Details

    • fulfillmentAddress

      public Address<ExternalGatewayFulfillmentUpdate> fulfillmentAddress()
      You should only call this once, as it will create a new address if called more than once. Use the getter if you need to append more information later.
    • getExternalReferenceId

      public String getExternalReferenceId()
      The external reference ID for this fulfillment.
    • getFulfillmentReferenceId

      public String getFulfillmentReferenceId()
      The fulfillment reference ID for our fulfillment system. This is typically the `referenceNumber` for the `FulfillmentGroup`, if using our CartOperationServices.
    • getFulfillmentAddress

      public Address<ExternalGatewayFulfillmentUpdate> getFulfillmentAddress()
      The updated shipping address from the payment gateway.
    • getFulfillmentOption

      public FulfillmentOption getFulfillmentOption()
      The fulfillment option selected.
    • setExternalReferenceId

      public void setExternalReferenceId(String externalReferenceId)
      The external reference ID for this fulfillment.
    • setFulfillmentReferenceId

      public void setFulfillmentReferenceId(String fulfillmentReferenceId)
      The fulfillment reference ID for our fulfillment system. This is typically the `referenceNumber` for the `FulfillmentGroup`, if using our CartOperationServices.
    • setFulfillmentAddress

      public void setFulfillmentAddress(Address<ExternalGatewayFulfillmentUpdate> fulfillmentAddress)
      The updated shipping address from the payment gateway.
    • setFulfillmentOption

      public void setFulfillmentOption(FulfillmentOption fulfillmentOption)
      The fulfillment option selected.
    • 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