Interface TaxCategoryKeyReference

All Superinterfaces:
KeyReference

public interface TaxCategoryKeyReference extends KeyReference

References a tax category by key.


Example to create an instance using the builder pattern

     TaxCategoryKeyReference taxCategoryKeyReference = TaxCategoryKeyReference.builder()
             .key("{key}")
             .build()
 
  • Field Details

  • Method Details