Class BuyerInfo
public class BuyerInfo
- Inheritance
-
BuyerInfo
- Inherited Members
Properties
Birthday
Date of birth of the user who would like to register.
public DateTime Birthday { get; set; }
Property Value
Email of a non registered app user
public string Email { get; set; }
Property Value
ExternalId
External Id of the user
public string ExternalId { get; set; }
Property Value
Firstname
Firstname of the app user
public string Firstname { get; set; }
Property Value
Gender
Gender of the user
public Gender Gender { get; set; }
Property Value
Lastname
Lastname of the app user
public string Lastname { get; set; }