Table of Contents

Class DatiBollo

Namespace
FatturaElettronica.Ordinaria.FatturaElettronicaBody.DatiGenerali
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

r XmlReader

Properties

BolloVirtuale

Bollo virtuale.

[DataProperty(21)]
public string BolloVirtuale { get; set; }

Property Value

string

ImportoBollo

Importo del bollo.

[DataProperty(28)]
public decimal? ImportoBollo { get; set; }

Property Value

decimal?