@stigg/js-client-sdk - v4.6.0

    Type Alias CustomCurrencyAssociatedEntitiesInput

    Input for fetching custom currency associated entities

    type CustomCurrencyAssociatedEntitiesInput = {
        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