Type alias EntitlementOptions

EntitlementOptions: { requestedUsage?: InputMaybe<Scalars["Float"]>; requestedValues?: InputMaybe<Scalars["String"][]>; shouldTrack?: InputMaybe<Scalars["Boolean"]> }

Options for configuring how an entitlement is tracked or applied.

Type declaration

  • Optional requestedUsage?: InputMaybe<Scalars["Float"]>

    The amount of usage requested by the customer.

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

    The values requested by the customer, if applicable.

  • Optional shouldTrack?: InputMaybe<Scalars["Boolean"]>

    Not in use anymore