class ConfermaOrdine


Base class:

This type does not have any base class

Implemented interfaces:

This type does not implements any interface.

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

ConfermaOrdine ()


Properties

String ABI { get; set; }


String CAB { get; set; }


DateTime? DataDocumento { get; set; }


ConfermaOrdineDestinatario Destinatario { get; set; }


String IBAN { get; set; }


Decimal? ImportoTotale { get; set; }


ConfermaOrdineMittente Mittente { get; set; }


String NomeBanca { get; set; }


String NumeroDocumento { get; set; }


List<ConfermaOrdineRiga> Righe { get; set; }


String Sconti { get; set; }


Decimal? SpeseTrasporto { get; set; }


String TipoPagamento { get; set; }


String Trasporto { get; set; }


String Valuta { get; set; }