Class Buyer
Structured data of the receipt recipient / buyer.
Inheritance
System.Object
Buyer
Namespace: anybill.POS.Client.Models.Bill.Head.Buyer
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class Buyer
Properties
Address
Address of the receipt recipient / buyer in a structured form.
Declaration
public BuyerAddress Address { get; set; }
Property Value
Type | Description |
---|---|
BuyerAddress |
CustomerNumber
Customer number of the receipt recipient / buyer.
Declaration
public string CustomerNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Name / company name of the receipt recipient / buyer.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TaxNumber
Tax number or VAT identification number of the receipt recipient / buyer.
Declaration
public string TaxNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |