UserHistoryParticipant: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{PageTitle|title=User history participant}} This structure represents the participants in the user history elements. == Included in == Payee transactions are used in the...") |
|||
Line 10: | Line 10: | ||
== Property list == | == Property list == | ||
{{ | {{api_output_table_header}} | ||
|- | |- | ||
| UserAccountId || Guid | | UserAccountId || Guid || The identifier of the participant. It is unique in the Barion system. | ||
|- | |- | ||
| ShopId || Guid | | ShopId || Guid || The identifier of the shop. It is unique in the Barion system. | ||
|- | |- | ||
| Type || string || Possible values: | | Type || string | ||
|| The type of user or participant. Possible values: | |||
* User | * User | ||
* Shop | * Shop | ||
* System | * System | ||
|- | |- | ||
| FirstName || string | | FirstName || string || The first name of the participant. | ||
|- | |- | ||
| LastName || string | | LastName || string || The last name of the participant. | ||
|- | |- | ||
| LoginName || string | | LoginName || string || The login name of the participant. With this, the participant has a registered or technical account in the Barion system. | ||
|- | |- | ||
| OrganizationName || string | | OrganizationName || string || The name of the organization if the participant is an organization. | ||
|- | |- | ||
| ShopName || string | | ShopName || string || The name of the shop if the participant is a Barion shop. | ||
|- | |- | ||
|} | |} |
Revision as of 13:53, 11 November 2022
User history participant
This structure represents the participants in the user history elements.
Included in
Payee transactions are used in the following structures:
Property list
Property name | Property type | Description |
---|---|---|
UserAccountId | Guid | The identifier of the participant. It is unique in the Barion system. |
ShopId | Guid | The identifier of the shop. It is unique in the Barion system. |
Type | string | The type of user or participant. Possible values:
|
FirstName | string | The first name of the participant. |
LastName | string | The last name of the participant. |
LoginName | string | The login name of the participant. With this, the participant has a registered or technical account in the Barion system. |
OrganizationName | string | The name of the organization if the participant is an organization. |
ShopName | string | The name of the shop if the participant is a Barion shop. |