Typescript SDK Type Docs
    Preparing search index...

    Interface MoneyField

    A field with a money value.

    interface MoneyField {
        type: "Money";
        value: TypedMoney;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "Money"

    The type of this field.

    value: TypedMoney

    A money value in cent precision format.