Home > @poq/sdk-sfcc > CustomerRegistration
Document representing the registration information for a customer.
Signature:
export declare class CustomerRegistration extends BaseModel<CustomerRegistration>
Extends: BaseModel<CustomerRegistration
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the CustomerRegistration class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| customer | Customer | ||
| password? | string | (Optional) The password to authorize. |