Class ExternalFulfillmentUpdate
java.lang.Object
com.broadleafcommerce.cartoperation.domain.payment.ExternalFulfillmentUpdate
- All Implemented Interfaces:
Serializable
Fulfillment update from a Payment Gateway for hosted express checkouts.
- Since:
- Cart Operation Service 2.3.0, Release Train 2.3.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe external reference ID for this fulfillment.com.broadleafcommerce.order.common.domain.AddressThe updated shipping address from the payment gateway.The fulfillment option selected.The fulfillment reference ID for our fulfillment system.inthashCode()voidsetExternalReferenceId(String externalReferenceId) The external reference ID for this fulfillment.voidsetFulfillmentAddress(com.broadleafcommerce.order.common.domain.Address fulfillmentAddress) The updated shipping address from the payment gateway.voidsetFulfillmentOption(ExternalFulfillmentOption fulfillmentOption) The fulfillment option selected.voidsetFulfillmentReferenceId(String fulfillmentReferenceId) The fulfillment reference ID for our fulfillment system.toString()
-
Constructor Details
-
ExternalFulfillmentUpdate
public ExternalFulfillmentUpdate()
-
-
Method Details
-
getExternalReferenceId
The external reference ID for this fulfillment. -
getFulfillmentReferenceId
The fulfillment reference ID for our fulfillment system. This is typically theFulfillmentGroup.getReferenceNumber() -
getFulfillmentAddress
public com.broadleafcommerce.order.common.domain.Address getFulfillmentAddress()The updated shipping address from the payment gateway. -
getFulfillmentOption
The fulfillment option selected. -
setExternalReferenceId
The external reference ID for this fulfillment. -
setFulfillmentReferenceId
The fulfillment reference ID for our fulfillment system. This is typically theFulfillmentGroup.getReferenceNumber() -
setFulfillmentAddress
public void setFulfillmentAddress(com.broadleafcommerce.order.common.domain.Address fulfillmentAddress) The updated shipping address from the payment gateway. -
setFulfillmentOption
The fulfillment option selected. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-