new CheckoutCustomer(customerNumber, gender, firstName, lastName, email)
Parameters:
Name | Type | Description |
---|---|---|
customerNumber |
String | the customer number. |
gender |
String | the gender. |
firstName |
String | the first name. |
lastName |
String | the last name. |
email |
String | the email address. |