Interface StagedOrderSetDeliveryCustomTypeAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

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

     StagedOrderSetDeliveryCustomTypeAction stagedOrderSetDeliveryCustomTypeAction = StagedOrderSetDeliveryCustomTypeAction.builder()
             .build()
 
  • Field Details

    • SET_DELIVERY_CUSTOM_TYPE

      static final String SET_DELIVERY_CUSTOM_TYPE
      discriminator value for StagedOrderSetDeliveryCustomTypeAction
      See Also:
  • Method Details