Class ExternalFulfillmentUpdate
java.lang.Object
com.broadleafcommerce.paymenttransaction.web.endpoint.domain.ExternalFulfillmentUpdate
- All Implemented Interfaces:
Serializable
- Since:
- Payment Transaction Service 2.0.9, Release Train 2.3.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe external reference ID for this fulfillment.The updated shipping address from the payment gateway.com.broadleafcommerce.paymentgateway.domain.FulfillmentOptionThe fulfillment option selected.The fulfillment reference ID for our fulfillment system.inthashCode()voidsetExternalReferenceId(String externalReferenceId) The external reference ID for this fulfillment.voidsetFulfillmentAddress(Address fulfillmentAddress) The updated shipping address from the payment gateway.voidsetFulfillmentOption(com.broadleafcommerce.paymentgateway.domain.FulfillmentOption 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 the `referenceNumber` for the `FulfillmentGroup`, if using our CartOperationServices. -
getFulfillmentAddress
The updated shipping address from the payment gateway. -
getFulfillmentOption
public com.broadleafcommerce.paymentgateway.domain.FulfillmentOption 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 the `referenceNumber` for the `FulfillmentGroup`, if using our CartOperationServices. -
setFulfillmentAddress
The updated shipping address from the payment gateway. -
setFulfillmentOption
public void setFulfillmentOption(com.broadleafcommerce.paymentgateway.domain.FulfillmentOption fulfillmentOption) The fulfillment option selected. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-