A field with a money value.

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

Hierarchy (View Summary)

Properties

Properties

type: "Money"

The type of this field.

value: TypedMoney