Class CedentePrestatore
- Assembly
- FatturaElettronica.dll
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
Properties
CodiceFiscale
Numero di Codice Fiscale.
[DataProperty(1)]
public string CodiceFiscale { get; set; }
Property Value
Cognome
Gets or sets the Cognome.
[DataProperty(4)]
public string Cognome { get; set; }
Property Value
CognomeNome
Returns Cognome and Nome as a single value.
[JsonIgnore]
public string CognomeNome { get; }
Property Value
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
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
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
Nome
Gets or sets the Nome.
[DataProperty(3)]
public string Nome { get; set; }
Property Value
RappresentanteFiscale
Rappresentante fiscale
[DataProperty(7)]
public RappresentanteFiscale RappresentanteFiscale { get; set; }
Property Value
RegimeFiscale
Regime fiscale.
[DataProperty(10)]
public string RegimeFiscale { get; set; }
Property Value
RiferimentoAmministrazione
Codice identificativo del cedente / prestatore a fini amministrativi-contabili.
[DataProperty(9)]
public string RiferimentoAmministrazione { get; set; }
Property Value
Sede
Dati della sede del cedente / prestatore.
[DataProperty(5)]
public SedeCedentePrestatore Sede { get; set; }
Property Value
StabileOrganizzazione
Nei casi di cedente / prestatore non residente.
[DataProperty(6)]
public StabileOrganizzazione StabileOrganizzazione { get; set; }