Interface CustomFieldMoneyType

All Superinterfaces:
FieldType
All Known Implementing Classes:
CustomFieldMoneyTypeImpl

public interface CustomFieldMoneyType extends FieldType

Field type for CentPrecisionMoney values.


Example to create an instance using the builder pattern

     CustomFieldMoneyType customFieldMoneyType = CustomFieldMoneyType.builder()
             .build()