Type alias CustomCurrencyInput

CustomCurrencyInput: { additionalMetaData?: InputMaybe<Scalars["JSON"]>; currencyId: Scalars["String"]; description?: InputMaybe<Scalars["String"]>; displayName: Scalars["String"]; environmentId?: InputMaybe<Scalars["UUID"]>; symbol?: InputMaybe<Scalars["String"]>; units?: InputMaybe<UnitsInput> }

Input for creating a custom currency

Type declaration

  • Optional additionalMetaData?: InputMaybe<Scalars["JSON"]>

    Metadata associated with the entity

  • currencyId: Scalars["String"]

    The unique identifier for the custom currency

  • Optional description?: InputMaybe<Scalars["String"]>

    Description of the currency

  • displayName: Scalars["String"]

    The name of the custom currency

  • Optional environmentId?: InputMaybe<Scalars["UUID"]>

    The unique identifier for the environment

  • Optional symbol?: InputMaybe<Scalars["String"]>

    The symbol of the custom currency

  • Optional units?: InputMaybe<UnitsInput>

    Units for the currency (singular and plural)