Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 4.49 KB

createcustomerresponsebody.md

File metadata and controls

31 lines (25 loc) · 4.49 KB

CreateCustomerResponseBody

The customer was created.

Example Usage

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

let value: CreateCustomerResponseBody = {
  id: "<id>",
  externalId: "<id>",
  name: "<value>",
  createdAt: "1707823553035",
};

Fields

Field Type Required Description
id string ✔️ The unique identifier of the customer in Dub.
externalId string ✔️ Unique identifier for the customer in the client's app.
name string ✔️ Name of the customer.
email string Email of the customer.
avatar string Avatar URL of the customer.
country string Country of the customer.
createdAt string ✔️ The date the customer was created.
link operations.CreateCustomerLink N/A
partner operations.CreateCustomerPartner N/A
discount operations.CreateCustomerDiscount N/A