Class RappresentanteFiscale
- Assembly
- FatturaElettronica.dll
Dati relativi al rappresentante fiscale del cessionario / committente.
public class RappresentanteFiscale : BaseClassSerializable, INotifyPropertyChanged, IEquatable<BaseClass>, IXmlSerializable
- Inheritance
-
RappresentanteFiscale
- Implements
- Inherited Members
- Extension Methods
Constructors
RappresentanteFiscale()
Dati relativi al rappresentante fiscale del cessionario / committente.
public RappresentanteFiscale()
RappresentanteFiscale(XmlReader)
public RappresentanteFiscale(XmlReader r)
Parameters
Properties
Cognome
Gets or sets the Cognome.
[DataProperty(3)]
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(1)]
public string Denominazione { get; set; }
Property Value
IdFiscaleIVA
Dati anagrafici del rappresentante fiscale del cedente / prestatore.
[DataProperty(0)]
public IdFiscaleIVA IdFiscaleIVA { get; set; }
Property Value
Nome
Gets or sets the Nome.
[DataProperty(2)]
public string Nome { get; set; }