Class BuyerInfo
Inheritance
System.Object
BuyerInfo
Namespace: anybill.POS.Client.Models.Bill
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class BuyerInfo
Properties
Birthday
Date of birth of the user who would like to register.
Declaration
public DateTime Birthday { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Email of a non registered app user
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExternalId
External Id of the user
Declaration
public string ExternalId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Firstname
Firstname of the app user
Declaration
public string Firstname { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Gender
Gender of the user
Declaration
public Gender Gender { get; set; }
Property Value
Type | Description |
---|---|
Gender |
Lastname
Lastname of the app user
Declaration
public string Lastname { get; set; }
Property Value
Type | Description |
---|---|
System.String |