DocsMarshal
/
Types
/
FatturaElettronica.Common.ScontoMaggiorazione
class
ScontoMaggiorazione
Base class:
BaseClassSerializable
Implemented interfaces:
INotifyPropertyChanged
IEquatable
<T>
IXmlSerializable
Derived types:
This type is not derived by any type in DocsMarshal.
Constructors
ScontoMaggiorazione
()
Properties
Decimal
?
Importo
{ get; set; }
Decimal
?
Percentuale
{ get; set; }
String
Tipo
{ get; set; }
Top