Class AltriDatiIdentificativi
- Assembly
- FatturaElettronica.dll
Altri dati identificativi del cessionario / committente.
public class AltriDatiIdentificativi : BaseClassSerializable, INotifyPropertyChanged, IEquatable<BaseClass>, IXmlSerializable
- Inheritance
-
AltriDatiIdentificativi
- Implements
- Inherited Members
- Extension Methods
Constructors
AltriDatiIdentificativi()
Altri dati fiscali del cessionario / committente.
public AltriDatiIdentificativi()
AltriDatiIdentificativi(XmlReader)
public AltriDatiIdentificativi(XmlReader r)
Parameters
Properties
Cognome
Gets or sets the Cognome.
[DataProperty(2)]
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
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 string Denominazione { get; set; }
Property Value
Nome
Gets or sets the Nome.
[DataProperty(1)]
public string Nome { get; set; }
Property Value
RappresentanteFiscale
Blocco da valorizzare nei casi in cui il cessionario/committente si avvalga di un rappresentante fiscale in Italia.
[DataProperty(62)]
public RappresentanteFiscaleCessionarioCommittente RappresentanteFiscale { get; set; }
Property Value
Sede
Dati della sede del cessionario / committente.
[DataProperty(50)]
public SedeCessionarioCommittente Sede { get; set; }
Property Value
StabileOrganizzazione
Blocco da valorizzare nei casi di cessionario/committente non residente e con stabile organizzazione in Italia.
[DataProperty(56)]
public StabileOrganizzazione StabileOrganizzazione { get; set; }