class DatiPagamento


Base class:

BaseClassSerializable

Implemented interfaces:

INotifyPropertyChanged
IEquatable<T>
IXmlSerializable

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

DatiPagamento ()


DatiPagamento (XmlReader r)


Properties

String CondizioniPagamento { get; set; }


List<DettaglioPagamento> DettaglioPagamento { get; set; }