# GetCustomerByExternalIdRequest

## Example Usage

```typescript
import { GetCustomerByExternalIdRequest } from "@flexprice/sdk/sdk/models";

let value: GetCustomerByExternalIdRequest = {
  externalId: "<id>",
};
```

## Fields

| Field                | Type                 | Required             | Description          |
| -------------------- | -------------------- | -------------------- | -------------------- |
| `externalId`         | *string*             | :heavy_check_mark:   | Customer External ID |