Class UserIdentification
Information about how to identify the anybill user. Only one value should be set. If multiple values are set only the first according to the priority is used, wheres priority 1 is the highest possible priority.
public class UserIdentification
- Inheritance
-
UserIdentification
- Inherited Members
Properties
ExternalId
Id of the user in an external customer system. Priority: 3
public string ExternalId { get; set; }
Property Value
LoyaltyCardBarcode
The barcode of the loyalty card of the customer that is linked to the anybill user. Priority: 2
public string LoyaltyCardBarcode { get; set; }
Property Value
UserId
The id of the anybill user. Priority: 1
public Guid? UserId { get; set; }
Property Value
- Guid?