Table of Contents

Class CedentePrestatore

Dati relativi al cedente / prestatore.

public class CedentePrestatore : BaseClassSerializable, INotifyPropertyChanged, IEquatable<BaseClass>, IXmlSerializable
Inheritance
CedentePrestatore
Implements
Inherited Members
Extension Methods

Constructors

CedentePrestatore()

Dati relativi al cedente / prestatore.

public CedentePrestatore()

CedentePrestatore(XmlReader)

public CedentePrestatore(XmlReader r)

Parameters

r XmlReader

Properties

CodiceFiscale

Numero di Codice Fiscale.

[DataProperty(1)]
public string CodiceFiscale { get; set; }

Property Value

string

Cognome

Gets or sets the Cognome.

[DataProperty(4)]
public string Cognome { get; set; }

Property Value

string

CognomeNome

Returns Cognome and Nome as a single value.

[JsonIgnore]
public string CognomeNome { get; }

Property Value

string

Remarks

This is not a OrderedDataProperty so it will not be serialized to XML.

Denominazione

Gets or sets the Denominazione.

[DataProperty(2)]
public string Denominazione { get; set; }

Property Value

string

IdFiscaleIVA

Numero di identificazione fiscale ai fini IVA; i primi due caratteri rappresentano il paese ed i restanti il codice vero e proprio che, per i residenti in Italia, corrisponde al numero di partita IVA.

[DataProperty(0)]
public IdFiscaleIVA IdFiscaleIVA { get; set; }

Property Value

IdFiscaleIVA

IscrizioneREA

Nei casi di società iscritte nel registro delle imprese ai sensi dell'art. 2250 del codice civile.

[DataProperty(8)]
public IscrizioneREA IscrizioneREA { get; set; }

Property Value

IscrizioneREA

Nome

Gets or sets the Nome.

[DataProperty(3)]
public string Nome { get; set; }

Property Value

string

RappresentanteFiscale

Rappresentante fiscale

[DataProperty(7)]
public RappresentanteFiscale RappresentanteFiscale { get; set; }

Property Value

RappresentanteFiscale

RegimeFiscale

Regime fiscale.

[DataProperty(10)]
public string RegimeFiscale { get; set; }

Property Value

string

RiferimentoAmministrazione

Codice identificativo del cedente / prestatore a fini amministrativi-contabili.

[DataProperty(9)]
public string RiferimentoAmministrazione { get; set; }

Property Value

string

Sede

Dati della sede del cedente / prestatore.

[DataProperty(5)]
public SedeCedentePrestatore Sede { get; set; }

Property Value

SedeCedentePrestatore

StabileOrganizzazione

Nei casi di cedente / prestatore non residente.

[DataProperty(6)]
public StabileOrganizzazione StabileOrganizzazione { get; set; }

Property Value

StabileOrganizzazione