Class Seller
Information on the document issuer / providing company / seller.
Inheritance
System.Object
Seller
Namespace: anybill.POS.Client.Models.Bill.Head.Seller
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class Seller
Properties
Address
Address of the providing company / seller in a structured form. Optionally overrides the information of the store in the anybill system.
Declaration
public SellerAddress Address { get; set; }
Property Value
Type | Description |
---|---|
SellerAddress |
Name
Name of the supplying company / seller, correct company name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TaxExemption
If there is a tax exemption, this field must be set true.
Declaration
public bool TaxExemption { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TaxExemptionNote
Reason for the tax exemption. Only needed if the 'TaxExemption'-property is set to true.
Declaration
public string TaxExemptionNote { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TaxNumber
Tax number or VAT identification number of the providing company / seller.
Declaration
public string TaxNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |