Interface StagedOrderSetShippingAddressCustomTypeAction

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

public interface StagedOrderSetShippingAddressCustomTypeAction extends StagedOrderUpdateAction
StagedOrderSetShippingAddressCustomTypeAction
Example to create an instance using the builder pattern

     StagedOrderSetShippingAddressCustomTypeAction stagedOrderSetShippingAddressCustomTypeAction = StagedOrderSetShippingAddressCustomTypeAction.builder()
             .build()