A field with a money set value.

interface MoneySetField {
    type: "MoneySet";
    value: Money[];
}

Hierarchy (View Summary)

Properties

Properties

type: "MoneySet"

The type of this field.

value: Money[]