...
Criado Tabela: NotaFiscalIntermediadorPagamento
[Record] [bigint] IDENTITY(1,1) NOT FOR REPLICATION NOT NULL,
[ObjectID] [uniqueidentifier] NOT NULL,
[OwnerID] [uniqueidentifier] NULL,
[UserID] [uniqueidentifier] NULL,
[Creation] [datetime] NULL,
[LastUpdate] [datetime] NULL,
[Intermediador] [uniqueidentifier] NULL,
[CodigoTipo] [int] NULL,
[Indicador] [int] NULL,
[Descricao] varchar(1000) NULL,
[Valor] [float] NULL,
[Troco] [float] NULL
Criado Tabela: NotaFiscalIntermediadorPagamentoCartao
[Record] [bigint] IDENTITY(1,1) NOT FOR REPLICATION NOT NULL,
[ObjectID] [uniqueidentifier] NOT NULL,
[OwnerID] [uniqueidentifier] NULL,
[UserID] [uniqueidentifier] NULL,
[Creation] [datetime] NULL,
[LastUpdate] [datetime] NULL,
[IntermediadorPagamento] [uniqueidentifier] NULL,
[TipoIntegracao] [int] NULL,
[CNPJInstituicao] varchar(50) NULL,
[CodigoTipoBandeira] varchar(5) NULL,
[Autorizacao] varchar(100) NULL
Criado nova aba de Intermediador na tela de escrituração de Nota Fiscal manual e na tela de NF ESPELHO.
...