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

    Interface ITypedMoneyDraft

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

    Hierarchy (View Summary)

    Index

    Properties

    centAmount?: number

    Amount in the smallest indivisible unit of a currency.

    currencyCode: string

    Currency code compliant to ISO 4217.

    fractionDigits?: number

    Number of fraction digits for a specified money.

    type?: MoneyType

    Determines the type of money used.