Constructor Summary
Public Constructor | ||
public |
constructor(response: Object) |
Member Summary
Public Members | ||
public |
[stringToCamel(key)]: Any |
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
Public Constructors
public constructor(response: Object) source
Params:
Name | Type | Attribute | Description |
response | Object | JSON formatted response of an invitation. |
|
response.id | Number | The invitation id value |
|
response.email | String | User email |
|
response.first_name | String | User first name |
|
response.last_name | String | User last name |
|
response.phone | String | User phone number |
|
response.suffix | String | User Suffix |
|
response.dob | String | User date of birth |
|
response.account_name | String | User account name [mobile users] |
|
response.relationship | String | User relationship ('father', 'mother', etc) [mobile users] |