Class ExternalGatewayFulfillmentUpdate
java.lang.Object
com.broadleafcommerce.paymentgateway.domain.ExternalGatewayFulfillmentUpdate
- All Implemented Interfaces:
Serializable
Fulfillment information mapped from the payment gateway.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanYou should only call this once, as it will create a new address if called more than once.The external reference ID for this fulfillment.The 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(Address<ExternalGatewayFulfillmentUpdate> fulfillmentAddress) The updated shipping address from the payment gateway.voidsetFulfillmentOption(FulfillmentOption fulfillmentOption) The fulfillment option selected.voidsetFulfillmentReferenceId(String fulfillmentReferenceId) The fulfillment reference ID for our fulfillment system.toString()
-
Constructor Details
-
ExternalGatewayFulfillmentUpdate
public ExternalGatewayFulfillmentUpdate()
-
-
Method Details
-
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
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
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
The fulfillment option selected. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-