Interface CentPrecisionMoneyDraft

All Superinterfaces:
Comparable<javax.money.MonetaryAmount>, javax.money.CurrencySupplier, io.vrap.rmf.base.client.Draft<CentPrecisionMoneyDraft>, javax.money.MonetaryAmount, MonetaryAmountConvertable, Money, javax.money.NumberSupplier, TypedMoneyDraft
All Known Implementing Classes:
CentPrecisionMoneyDraftImpl

public interface CentPrecisionMoneyDraft extends TypedMoneyDraft, io.vrap.rmf.base.client.Draft<CentPrecisionMoneyDraft>

This draft type is the alternative to Money.


Example to create an instance using the builder pattern

     CentPrecisionMoneyDraft centPrecisionMoneyDraft = CentPrecisionMoneyDraft.builder()
             .centAmount(0.3)
             .currencyCode("{currencyCode}")
             .build()