Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 835 Bytes

customersessioncreate.md

File metadata and controls

19 lines (13 loc) · 835 Bytes

CustomerSessionCreate

Schema for creating a customer session.

Example Usage

import { CustomerSessionCreate } from "@polar-sh/sdk/models/components/customersessioncreate.js";

let value: CustomerSessionCreate = {
  customerId: "<value>",
};

Fields

Field Type Required Description
customerId string ✔️ ID of the customer to create a session for.