Class DatiBollo
- Assembly
- FatturaElettronica.dll
Dati relativi al bollo.
public class DatiBollo : BaseClassSerializable, INotifyPropertyChanged, IEquatable<BaseClass>, IXmlSerializable
- Inheritance
-
DatiBollo
- Implements
- Inherited Members
- Extension Methods
Constructors
DatiBollo()
public DatiBollo()
DatiBollo(XmlReader)
public DatiBollo(XmlReader r)
Parameters
Properties
BolloVirtuale
Bollo virtuale.
[DataProperty(21)]
public string BolloVirtuale { get; set; }
Property Value
ImportoBollo
Importo del bollo.
[DataProperty(28)]
public decimal? ImportoBollo { get; set; }