Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.61 KB

customersupdateexternalrequest.md

File metadata and controls

30 lines (25 loc) · 1.61 KB

CustomersUpdateExternalRequest

Example Usage

import { CustomersUpdateExternalRequest } from "@polar-sh/sdk/models/operations/customersupdateexternal.js";

let value: CustomersUpdateExternalRequest = {
  externalId: "<id>",
  customerUpdate: {
    externalId: "usr_1337",
    email: "[email protected]",
    name: "John Doe",
    billingAddress: {
      country: "SE",
    },
    taxId: [
      "911144442",
      "us_ein",
    ],
  },
};

Fields

Field Type Required Description
externalId string ✔️ The customer external ID.
customerUpdate components.CustomerUpdate ✔️ N/A