Interface HighPrecisionMoney

All Superinterfaces:
TypedMoney
All Known Implementing Classes:
HighPrecisionMoneyImpl

public interface HighPrecisionMoney extends TypedMoney
HighPrecisionMoney
Example to create an instance using the builder pattern

     HighPrecisionMoney highPrecisionMoney = HighPrecisionMoney.builder()
             .centAmount(0.3)
             .currencyCode("{currencyCode}")
             .preciseAmount(0.3)
             .build()