class Scontrino


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

Scontrino ()


Properties

String CodiceLotteria { get; set; }


DateTime? DataOraEmissione { get; set; }


String FirmaDigitale { get; set; }


String IdentificativoRegistratoreTelematico { get; set; }


Decimal? ImportoIVA { get; set; }


Decimal? ImportoTotale { get; set; }


String NumeroDocumento { get; set; }


List<ScontrinoPagamento> Pagamenti { get; set; }


String PIVA { get; set; }


String RagioneSociale { get; set; }


ScontrinoRicevuta Ricevuta { get; set; }


List<ScontrinoRiga> Righe { get; set; }