Home Reference Source Repository
public class | source

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 addElement() source

Add category to list

public removeElement() source

Remove category from list

public render(): html source

Loads the signup page for purchaser.

Return:

html

displays sign up page for purchaser.

public requestSubmit(): Object source

Sends information to signUpPurchaser(user)

Return:

Object

user - sends information about purchaser.

public signUpPurchaser(user: user) source

Sends information about purchaser and adds it to Purchaser signup list

Params:

NameTypeAttributeDescription
user user

object which contains information about the purchaser.