import ComponentSignUpPurchaser from 'learnenergy401/component/SignUp/ComponentSignUpPurchaser.js'ComponentSignUpPurchaser
Extends:
react~Component → ComponentSignUpPurchaser
Method Summary
| Public Methods | ||
| public |
Add category to list |
|
| public |
Remove category from list |
|
| public |
render(): html Loads the signup page for purchaser. |
|
| public |
Sends information to signUpPurchaser(user) |
|
| public |
signUpPurchaser(user: user) Sends information about purchaser and adds it to Purchaser signup list |
|
Public Methods
public render(): html source
Loads the signup page for purchaser.
Return:
| html | displays sign up page for purchaser. |
public signUpPurchaser(user: user) source
Sends information about purchaser and adds it to Purchaser signup list
Params:
| Name | Type | Attribute | Description |
| user | user | object which contains information about the purchaser. |