@stigg/js-client-sdk - v3.93.0

    Type Alias GrantPromotionalEntitlementsInput

    Grant multiple promotional entitlements input

    type GrantPromotionalEntitlementsInput = {
        customerId: Scalars["String"];
        environmentId?: InputMaybe<Scalars["UUID"]>;
        promotionalEntitlements: GrantPromotionalEntitlementInput[];
    }
    Index

    Properties

    customerId: Scalars["String"]

    The unique identifier of the customer

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

    The unique identifier for the environment

    promotionalEntitlements: GrantPromotionalEntitlementInput[]

    Promotional entitlements to grant

    MMNEPVFCICPMFPCPTTAAATR