Interface StagedOrderSetLocaleAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

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

     StagedOrderSetLocaleAction stagedOrderSetLocaleAction = StagedOrderSetLocaleAction.builder()
             .build()
 
  • Field Details

  • Method Details