UserHistoryParticipant: Difference between revisions
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
Payee transactions are used in the following structures: | Payee transactions are used in the following structures: | ||
* [[UserHistory-GetHistory-v2]] | * [[UserHistory-GetHistory-v2]] | ||
* [[UserHistory-GetHistory-v3]] | |||
* [[TransactionHistory-GetDetail-v3]] | |||
== Property list == | == Property list == | ||
Line 12: | Line 14: | ||
{{api_output_table_header}} | {{api_output_table_header}} | ||
|- | |- | ||
| UserAccountId || Guid | | UserAccountId || Guid || The identifier of the participant. It is unique in the Barion system. | ||
|- | |- | ||
| Type || string | | Type || string | ||
Line 20: | Line 22: | ||
* 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. The login name is unique. | ||
|- | |- | ||
| OrganizationName || string | | OrganizationName || string || The name of the organization if the participant is an organization. | ||
|- | |- | ||
| ShopId || Guid | | ShopId || Guid || The public identifier of the Barion shop. It is a unique value in the Barion system. | ||
|- | |- | ||
| ShopName || string | | ShopName || string || The name of the shop if the participant is a Barion shop. | ||
|- | |- | ||
|} | |} |
Latest revision as of 14:05, 17 March 2023
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. |
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. The login name is unique. |
OrganizationName | string | The name of the organization if the participant is an organization. |
ShopId | Guid | The public identifier of the Barion shop. It is a unique value in the Barion system. |
ShopName | string | The name of the shop if the participant is a Barion shop. |