Interface TaxCategoryUpdate

All Superinterfaces:
ResourceUpdate<TaxCategoryUpdate,TaxCategoryUpdateAction,TaxCategoryUpdateBuilder>

TaxCategoryUpdate
Example to create an instance using the builder pattern

     TaxCategoryUpdate taxCategoryUpdate = TaxCategoryUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()