UserHistoryParticipant: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
Line 12: Line 12:
{{api_output_table_header}}
{{api_output_table_header}}
|-
|-
| UserAccountId || Guid || The identifier of the participant. It is unique in the Barion system.
| UserAccountId || Guid ''(nullable)'' || The identifier of the participant. It is unique in the Barion system.
|-
|-
| Type || string  
| Type || string  
Line 20: Line 20:
* System  
* System  
|-
|-
| FirstName || string || The first name of the participant.  
| FirstName || string ''(nullable)'' || The first name of the participant.  
|-
|-
| LastName || string || The last name of the participant.
| LastName || string ''(nullable)'' || 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.
| LoginName || string ''(nullable)'' || 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.
| OrganizationName || string ''(nullable)'' || 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.
| ShopId || Guid ''(nullable)'' || 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.
| ShopName || string ''(nullable)'' || The name of the shop if the participant is a Barion shop.
|-
|-
|}
|}

Revision as of 12:58, 14 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 (nullable) The identifier of the participant. It is unique in the Barion system.
Type string The type of user or participant. Possible values:
  • User
  • Shop
  • System
FirstName string (nullable) The first name of the participant.
LastName string (nullable) The last name of the participant.
LoginName string (nullable) 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 (nullable) The name of the organization if the participant is an organization.
ShopId Guid (nullable) The public identifier of the Barion shop. It is a unique value in the Barion system.
ShopName string (nullable) The name of the shop if the participant is a Barion shop.