Interface StagedOrderSetShippingAddressAndShippingMethodAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction
All Known Implementing Classes:
StagedOrderSetShippingAddressAndShippingMethodActionImpl

Sets the shipping address and Shipping Method together to prevent an inconsistent state.


Example to create an instance using the builder pattern

     StagedOrderSetShippingAddressAndShippingMethodAction stagedOrderSetShippingAddressAndShippingMethodAction = StagedOrderSetShippingAddressAndShippingMethodAction.builder()
             .address(addressBuilder -> addressBuilder)
             .build()