Typescript SDK Type Docs
    Preparing search index...

    Interface MoneySetField

    A field with a money set value.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "MoneySet"

    The type of this field.

    value: TypedMoney[]

    JSON array of money values in cent precision format. The order of items in the array is not fixed.