@stigg/react-sdk - v10.5.0

    Type Alias ArchiveCustomCurrencyInput

    Input for archiving a custom currency

    type ArchiveCustomCurrencyInput = {
        currencyId: Scalars["String"];
        environmentId?: InputMaybe<Scalars["UUID"]>;
    }
    Index

    Properties

    currencyId: Scalars["String"]

    The unique identifier for the custom currency

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

    The environment ID

    MMNEPVFCICPMFPCPTTAAATR