Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 3.82 KB

benefitsgrantsrequest.md

File metadata and controls

21 lines (16 loc) · 3.82 KB

BenefitsGrantsRequest

Example Usage

import { BenefitsGrantsRequest } from "@polar-sh/sdk/models/operations";

let value: BenefitsGrantsRequest = {
  id: "<value>",
};

Fields

Field Type Required Description
id string ✔️ N/A
isGranted boolean Filter by granted status. If true, only granted benefits will be returned. If false, only revoked benefits will be returned.
customerId operations.QueryParamCustomerIDFilter Filter by customer.
page number Page number, defaults to 1.
limit number Size of a page, defaults to 10. Maximum is 100.