Class CartDiscountValueBaseMoneyInput
java.lang.Object
com.commercetools.graphql.api.types.CartDiscountValueBaseMoneyInput
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCartDiscountValueBaseMoneyInput(MoneyInput centPrecision, HighPrecisionMoneyInput highPrecision, Currency currencyCode, Long centAmount) -
Method Summary
Modifier and TypeMethodDescriptionbooleanCurrencyCode and centAmount are deprecated.CurrencyCode and centAmount are deprecated.inthashCode()voidsetCentAmount(Long centAmount) voidsetCentPrecision(MoneyInput centPrecision) voidsetCurrencyCode(Currency currencyCode) voidsetHighPrecision(HighPrecisionMoneyInput highPrecision) toString()
-
Constructor Details
-
CartDiscountValueBaseMoneyInput
public CartDiscountValueBaseMoneyInput() -
CartDiscountValueBaseMoneyInput
public CartDiscountValueBaseMoneyInput(MoneyInput centPrecision, HighPrecisionMoneyInput highPrecision, Currency currencyCode, Long centAmount)
-
-
Method Details
-
getCentPrecision
-
setCentPrecision
-
getHighPrecision
-
setHighPrecision
-
getCurrencyCode
CurrencyCode and centAmount are deprecated. Please use `Money`(centPrecision) or `HighPrecisionMoney`(highPrecision). -
setCurrencyCode
-
getCentAmount
CurrencyCode and centAmount are deprecated. Please use `Money`(centPrecision) or `HighPrecisionMoney`(highPrecision). -
setCentAmount
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-