Click or drag to resize

InvoiceVat Class

Represents an invoice VAT.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIInvoiceVat

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class InvoiceVat

The InvoiceVat type exposes the following members.

Constructors
 NameDescription
Public methodInvoiceVat Initializes an instance of InvoiceVat class with default values.
Public methodInvoiceVat(String, Decimal)Initializes a new instance of the InvoiceVat class
Top
Properties
 NameDescription
Public propertyBaseAmount The VAT excluded sum, where the VAT is calculated from.
Public propertyCurrencyShortform Invoice VAT currency short form.
Public propertyVatRateAmount The total VAT amount of this VAT percentage.
Public propertyVatRatePercentage Invoice VAT vat rate percentage.
Top
Remarks
Belongs to invoice object. One invoice can have many invoicevats.
See Also