Table of Contents

Class BuyerInfo

Namespace
anybill.POS.Client.Models.Receipt
Assembly
anybill.POS.Client.Abstractions.dll
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

DateTime

Email

Email of a non registered app user

public string Email { get; set; }

Property Value

string

ExternalId

External Id of the user

public string ExternalId { get; set; }

Property Value

string

Firstname

Firstname of the app user

public string Firstname { get; set; }

Property Value

string

Gender

Gender of the user

public Gender Gender { get; set; }

Property Value

Gender

Lastname

Lastname of the app user

public string Lastname { get; set; }

Property Value

string