Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 3.43 KB

getcustomerrequest.md

File metadata and controls

18 lines (13 loc) · 3.43 KB

GetCustomerRequest

Example Usage

import { GetCustomerRequest } from "dub/models/operations";

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

Fields

Field Type Required Description
id string ✔️ The unique ID of the customer. You may use either the customer's id on Dub (obtained via /customers endpoint) or their externalId (unique ID within your system, prefixed with ext_, e.g. ext_123).
includeExpandedFields boolean Whether to include expanded fields on the customer (link, partner, discount).