Home > @vsf-enterprise/sap-commerce-webservices-sdk > UserSignUp
UserSignUp interface
Representation of an UserSignUp. Consists of fields required to register new customer UserSignUp
Signature:
export interface UserSignUp 
Properties
| Property | Type | Description | 
|---|---|---|
| firstName | string | first name of the user | 
| lastName | string | last name of the user | 
| password | string | user password | 
| titleCode? | string | (Optional) | 
| uid | string | user id, unique string required to create new user. It can be email |