Class BasBEMagneticoTransExportacao
Implements
BasBE100.IBasBEMagneticoTransExportacao
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BasBE100
Assembly: BasBE100.dll
Syntax
[ComVisible(true)]
[Guid("cc1f9722-c72b-49c5-9792-c159ce2bf4d4")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBEMagneticoTransExportacao : BasBaseBE, IBasBEMagneticoTransExportacao
Constructors
BasBEMagneticoTransExportacao()
Declaration
public BasBEMagneticoTransExportacao()
Properties
Banco
Banco
Declaration
public string Banco { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BIC
BIC
Declaration
public string BIC { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Cartao
Cartao
Declaration
public string Cartao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CasasDecimais
Casas Decimais
Declaration
public byte CasasDecimais { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
CodigoEntidade
Codigo Entidade
Declaration
public string CodigoEntidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Conta
Conta bancária
Declaration
public string Conta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataEmissao
Data Emissao
Declaration
public DateTime DataEmissao { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataTrf
Data Transferência
Declaration
public DateTime DataTrf { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DescrUrgente
Declaration
public string DescrUrgente { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IBAN
IBAN
Declaration
public string IBAN { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdSepa
Id Sepa
Declaration
public string IdSepa { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDTransaccao
ID Transação
Declaration
public string IDTransaccao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Linhas
Linhas do magnético de transferência de exportação.
Declaration
public BasBEMagneticoTransfExpLinhas Linhas { get; set; }
Property Value
Type | Description |
---|---|
BasBEMagneticoTransfExpLinhas |
Moeda
Moeda
Declaration
public string Moeda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MoradaEmpresa
Morada Empresa
Declaration
public string MoradaEmpresa { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MotivoTransferencia
Tipo Motivo Transferencia
Declaration
public string MotivoTransferencia { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NIB
NIB
Declaration
public string NIB { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PaisEmpresa
Pais Empresa
Declaration
public string PaisEmpresa { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReferenciaOrdenante
Referência Ordenante
Declaration
public string ReferenciaOrdenante { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SequenciaIGCP
Sequencia IGCP para o msgid
Declaration
public string SequenciaIGCP { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoReferenciaEntidadesDestino
Tipo Referência Entidades Destino
Declaration
public BasBETipos.enuMagneticoTipoReferenciaEntidadesDestino TipoReferenciaEntidadesDestino { get; set; }
Property Value
Type | Description |
---|---|
BasBETipos.enuMagneticoTipoReferenciaEntidadesDestino |
Urgente
Declaration
public bool Urgente { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ValorTotal
Valor Total
Declaration
public double ValorTotal { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
BasBE100.IBasBEMagneticoTransExportacao