@gradientedge/commercetools-utils
    Preparing search index...

    Interface ITypedMoneyDraft

    interface ITypedMoneyDraft {
        centAmount?: number;
        currencyCode: string;
        fractionDigits?: number;
        type?: MoneyType;
    }

    Hierarchy (View Summary)

    Index
    centAmount?: number

    Amount in the smallest indivisible unit of a currency.

    currencyCode: string

    A currency code compliant with ISO 4217 or a non-standard currency.

    fractionDigits?: number

    Number of fraction digits for a specified money.

    type?: MoneyType

    Determines the type of money used.