stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > Scalars > Money

AdminTypes.Scalars.Money property

A monetary value string without a currency symbol or code. Example value: "100.57".

Signature:

Money: {
        input: string;
        output: string;
    };