class Fattura


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

Fattura ()


Properties

String CodiceSWIFT { get; set; }


DateTime? DataDocumento { get; set; }


DateTime? DataScadenza { get; set; }


FatturaDestinatario Destinatario { get; set; }


Dictionary<String,Object> ExtraFields { get; set; }


String IBAN { get; set; }


Decimal? ImportoIVA { get; set; }


Decimal? ImportoTotale { get; set; }


FatturaMittente Mittente { get; set; }


String NomeBanca { get; set; }


String NumeroDocumento { get; set; }


String Pagamento { get; set; }


List<FatturaRiga> Righe { get; set; }


String Sconti { get; set; }


String Valuta { get; set; }