Record
user-profile
No description available.
record user-profile {
address: option<string>,
address2: option<string>,
city: option<string>,
company: option<string>,
country: option<string>,
first-name: option<string>,
last-name: option<string>,
phone: option<string>,
state: option<string>,
website: option<string>,
zip: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| address | option<string> | |
| address2 | option<string> | |
| city | option<string> | |
| company | option<string> | |
| country | option<string> | |
| first-name | option<string> | |
| last-name | option<string> | |
| phone | option<string> | |
| state | option<string> | |
| website | option<string> | |
| zip | option<string> |