Interface StagedOrderSetItemShippingAddressCustomTypeAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

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

     StagedOrderSetItemShippingAddressCustomTypeAction stagedOrderSetItemShippingAddressCustomTypeAction = StagedOrderSetItemShippingAddressCustomTypeAction.builder()
             .addressKey("{addressKey}")
             .build()