Home > @poq/sdk-sfcc > ProductListRegistrant
Document representing a product list registrant.
Signature:
export declare class ProductListRegistrant extends BaseModel<ProductListRegistrant>
Extends: BaseModel<ProductListRegistrant
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the ProductListRegistrant class |
Property | Modifiers | Type | Description |
---|---|---|---|
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. |