Interface StagedOrderSetReturnItemCustomTypeAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

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

     StagedOrderSetReturnItemCustomTypeAction stagedOrderSetReturnItemCustomTypeAction = StagedOrderSetReturnItemCustomTypeAction.builder()
             .build()
 
  • Field Details

    • SET_RETURN_ITEM_CUSTOM_TYPE

      static final String SET_RETURN_ITEM_CUSTOM_TYPE
      discriminator value for StagedOrderSetReturnItemCustomTypeAction
      See Also:
  • Method Details