Type alias EntitlementOptions

EntitlementOptions: { requestedUsage?: InputMaybe<Scalars["Float"]>; 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 shouldTrack?: InputMaybe<Scalars["Boolean"]>

    Not in use anymore