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",
],
},
};
Field | Type | Required | Description |
---|---|---|---|
externalId |
string | ✔️ | The customer external ID. |
customerUpdate |
components.CustomerUpdate | ✔️ | N/A |