Interface StagedOrderSetShippingAddressAndShippingMethodAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

public interface StagedOrderSetShippingAddressAndShippingMethodAction extends StagedOrderUpdateAction

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()