Interface AttributeMoneyType

All Superinterfaces:
AttributeType
All Known Implementing Classes:
AttributeMoneyTypeImpl

public interface AttributeMoneyType extends AttributeType
AttributeMoneyType
Example to create an instance using the builder pattern

     AttributeMoneyType attributeMoneyType = AttributeMoneyType.builder()
             .build()