Class Money.Builder
java.lang.Object
com.commercetools.graphql.api.types.Money.Builder
- Enclosing class:
- Money
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()centAmount(Long centAmount) currencyCode(Currency currencyCode) fractionDigits(Integer fractionDigits) For the `Money` it equals to the default number of fraction digits used with the currency.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
type
-
currencyCode
-
centAmount
-
fractionDigits
For the `Money` it equals to the default number of fraction digits used with the currency.
-