NameInformation: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Name information structure = This structure represents information about the name of a user in the Barion system. Fields set in the structure depend on the account type (in...") |
No edit summary |
||
Line 1: | Line 1: | ||
= Name information structure | {{PageTitle|title=Name information structure}} | ||
This structure represents information about the name of a user in the Barion system. Fields set in the structure depend on the account type (individual or organization). | This structure represents information about the name of a user in the Barion system. Fields set in the structure depend on the account type (individual or organization). | ||
= Included in = | |||
User information is used in the following structures: | User information is used in the following structures: | ||
* [[UserInformation]] | * [[UserInformation]] | ||
= Property list = | |||
{{api_output_table_header}} | {{api_output_table_header}} |
Latest revision as of 11:46, 3 February 2017
Name information structure
This structure represents information about the name of a user in the Barion system. Fields set in the structure depend on the account type (individual or organization).
Included in
User information is used in the following structures:
Property list
Property name | Property type | Description |
---|---|---|
LoginName | string | The login name of the user. At the moment this is their e-mail address. |
FirstName | string | The first name of the user, if applicable. |
LastName | string | The last name of the user, if applicable. |
OrganizationName | string | The organization name of the user, if applicable. |