Class MoneyImpl

java.lang.Object
com.commercetools.api.models.common.MoneyImpl
All Implemented Interfaces:
MonetaryAmountConvertable, Money, io.vrap.rmf.base.client.ModelBase, Comparable<javax.money.MonetaryAmount>, javax.money.CurrencySupplier, javax.money.MonetaryAmount, javax.money.NumberSupplier

public class MoneyImpl extends Object implements Money, io.vrap.rmf.base.client.ModelBase

Draft type that stores amounts in cent precision for the specified currency.

For storing money values in fractions of the minor unit in a currency, use HighPrecisionMoneyDraft instead.