Interface ProductTailoringAttribute


public interface ProductTailoringAttribute

The same rules for name and value apply as for Attribute in Product Variants.


Example to create an instance using the builder pattern

     ProductTailoringAttribute productTailoringAttribute = ProductTailoringAttribute.builder()
             .name("{name}")
             .build()