Interface CentPrecisionMoneyDraft

All Superinterfaces:
Comparable<javax.money.MonetaryAmount>, javax.money.CurrencySupplier, Draft<CentPrecisionMoneyDraft>, javax.money.MonetaryAmount, MonetaryAmountConvertable, Money, javax.money.NumberSupplier, TypedMoneyDraft

public interface CentPrecisionMoneyDraft extends TypedMoneyDraft, Draft<CentPrecisionMoneyDraft>

This draft type is the alternative to Money.


Example to create an instance using the builder pattern

     CentPrecisionMoneyDraft centPrecisionMoneyDraft = CentPrecisionMoneyDraft.builder()
             .currencyCode("{currencyCode}")
             .build()
 
  • Field Details

  • Method Details