Home > @poq/sdk-sfcc > CustomerProductListRegistrant
Document representing a customer product list registrant.
Signature:
export declare class CustomerProductListRegistrant extends BaseModel<CustomerProductListRegistrant>
Extends: BaseModel<CustomerProductListRegistrant
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the CustomerProductListRegistrant class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| email? | string | (Optional) The email of the registrant. | |
| firstName? | string | (Optional) The first name of the registrant. | |
| lastName? | string | (Optional) The last name of the registrant. | |
| role? | string | (Optional) The role of the registrant. |