Table of Contents

Class DatiIVA

Namespace
FatturaElettronica.Semplificata.FatturaElettronicaBody.DatiBeniServizi
Assembly
FatturaElettronica.dll

Dati relativi all'imposta sul valore aggiunto.

public class DatiIVA : BaseClassSerializable, INotifyPropertyChanged, IEquatable<BaseClass>, IXmlSerializable
Inheritance
DatiIVA
Implements
Inherited Members
Extension Methods

Constructors

DatiIVA()

Dati relativi all'imposta sul valore aggiunto.

public DatiIVA()

DatiIVA(XmlReader)

public DatiIVA(XmlReader r)

Parameters

r XmlReader

Properties

Aliquota

Aliquota (%) IVA applicata. Si può indicare in alternativa all'elemento informativo 2,2,3,1

[DataProperty(26)]
public decimal? Aliquota { get; set; }

Property Value

decimal?

Imposta

Ammontare dell'imposta. Si può indicare in alternativa all'elemento informativo 2,2,3,2

[DataProperty(20)]
public decimal? Imposta { get; set; }

Property Value

decimal?