Home > @poq/sdk-sfcc > CustomerInfo
Document representing information used to identify a customer.
Signature:
export declare class CustomerInfo extends BaseModel<CustomerInfo>
Extends: BaseModel<CustomerInfo
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the CustomerInfo class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| cFamilyStatus? | string | (Optional) | |
| customerId? | string | (Optional) The customer’s number (id). | |
| customerName? | string | (Optional) | |
| customerNo? | string | (Optional) The customer’s number (id). | |
| string | The customer’s email address. |