class DatiGeneraliDocumento


Base class:

BaseClassSerializable

Implemented interfaces:

INotifyPropertyChanged
IEquatable<T>
IXmlSerializable

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

DatiGeneraliDocumento ()


DatiGeneraliDocumento (XmlReader r)


Properties

Decimal? Arrotondamento { get; set; }


String Art73 { get; set; }


List<String> Causale { get; set; }


DateTime Data { get; set; }


DatiBollo DatiBollo { get; set; }


List<DatiCassaPrevidenziale> DatiCassaPrevidenziale { get; set; }


DatiRitenuta DatiRitenuta { get; set; }


String Divisa { get; set; }


Decimal? ImportoTotaleDocumento { get; set; }


String Numero { get; set; }


List<ScontoMaggiorazione> ScontoMaggiorazione { get; set; }


String TipoDocumento { get; set; }