Interface ICblBELinhaDoc
Interface comum para as linhas de documento
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
public interface ICblBELinhaDoc
Properties
Cambio
Cambio.
Declaration
double Cambio { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CambioMAlt
Cambio na moeda alternativa.
Declaration
double CambioMAlt { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CambioOrigem
Cambio origem.
Declaration
double CambioOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Natureza
Natureza.
Declaration
string Natureza { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Valor
Valor.
Declaration
decimal Valor { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ValorAlt
Valor na moeda alternativa.
Declaration
decimal ValorAlt { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ValorOrigem
Valor origem.
Declaration
decimal ValorOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |