Table of Contents

Class RappresentanteFiscale

Namespace
FatturaElettronica.Semplificata.FatturaElettronicaHeader
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

r XmlReader

Properties

Cognome

Gets or sets the Cognome.

[DataProperty(3)]
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(1)]
public string Denominazione { get; set; }

Property Value

string

IdFiscaleIVA

Dati anagrafici del rappresentante fiscale del cedente / prestatore.

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

Property Value

IdFiscaleIVA

Nome

Gets or sets the Nome.

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

Property Value

string