DocsMarshal
/
Types
/
FatturaElettronica.Ordinaria.FatturaElettronicaBody.DatiGenerali.IndirizzoResa
class
IndirizzoResa
Base class:
Località
Implemented interfaces:
INotifyPropertyChanged
IEquatable
<T>
IXmlSerializable
Derived types:
This type is not derived by any type in DocsMarshal.
Constructors
IndirizzoResa
()
IndirizzoResa
(
XmlReader
r)
Properties
String
CAP
{ get; set; }
String
Comune
{ get; set; }
String
Indirizzo
{ get; set; }
String
Nazione
{ get; set; }
String
NumeroCivico
{ get; set; }
String
Provincia
{ get; set; }
Top