Class PcmBEContratoCondicoes
Classe que encapsula as condições de um Contrato.
Inherited Members
Namespace: PcmBE100
Assembly: PcmBE100.dll
Syntax
[ComVisible(true)]
[Guid("542B7118-C272-4081-8BCF-3C824322A66C")]
[ClassInterface(ClassInterfaceType.None)]
public class PcmBEContratoCondicoes : PcmBaseBE
Constructors
PcmBEContratoCondicoes()
Declaration
public PcmBEContratoCondicoes()
Properties
Cambio
Identifica o câmbio sobre a moeda.
Declaration
public double Cambio { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CambioMAlt
Identifica o câmbio sobre a moeda (Moeda Alt.).
Declaration
public double CambioMAlt { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CambioMBase
Identifica o câmbio sobre a moeda (Moeda Base).
Declaration
public double CambioMBase { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CondPag
Condição de Pagamento.
Declaration
public string CondPag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DescontoComercial
Desconto Comercial.
Declaration
public double DescontoComercial { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DescontoFinanceiro
Desconto Financeiro.
Declaration
public double DescontoFinanceiro { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FixarCambios
Fixar os Câmbios.
Declaration
public bool FixarCambios { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ModoPag
Modo de Pagamento.
Declaration
public string ModoPag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Moeda
Identifica a moeda.
Declaration
public string Moeda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MoedaDaUEM
Identifica se a moeda pertence à UEM.
Declaration
public bool MoedaDaUEM { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Finalize()
Declaration
protected override void Finalize()