OwnershipExchange
Lote de tombamento
type OwnershipExchange {
key: String!
status: OwnershipExchangeStatus!
originalFinancialIntegrationId: Int!
originalFinancialIntegration: FinancialIntegration!
newFinancialIntegrationId: Int!
newFinancialIntegration: FinancialIntegration!
billings: [Billing!]!
totalBankSlipCount: Int!
totalAmount: Decimal!
id: Int!
refId: UUID!
externalId: Int
creationDate: DateTime!
active: Boolean!
deleted: Boolean!
changes: [LogHistory!]!
lastUpdateDate: DateTime
}
Fields
OwnershipExchange.key ● String! non-null scalar
Chave única de indentificação do lote de tombamento.
OwnershipExchange.status ● OwnershipExchangeStatus! non-null enum
Status do lote de tombamento.
OwnershipExchange.originalFinancialIntegrationId ● Int! non-null scalar
Id da integração financeira de origem
OwnershipExchange.originalFinancialIntegration ● FinancialIntegration! non-null object
Integração financeira de origem
OwnershipExchange.newFinancialIntegrationId ● Int! non-null scalar
Id da integração financeira de destino
OwnershipExchange.newFinancialIntegration ● FinancialIntegration! non-null object
Integração financeira de destino
OwnershipExchange.billings ● [Billing!]! non-null object
Boletos incluídos no lote de tombamento
OwnershipExchange.totalBankSlipCount ● Int! non-null scalar
Total de boletos no lote de tombamento.
OwnershipExchange.totalAmount ● Decimal! non-null scalar
Somatória do valor de face dos boletos no lote de tombamento.
OwnershipExchange.id ● Int! non-null scalar
Id do objeto da Requisição
OwnershipExchange.refId ● UUID! non-null scalar
Id da Referência
OwnershipExchange.externalId ● Int scalar
Id Externo
OwnershipExchange.creationDate ● DateTime! non-null scalar
Data de Criação
OwnershipExchange.active ● Boolean! non-null scalar
Status de Ativação
OwnershipExchange.deleted ● Boolean! non-null scalar
Status de Deleção
OwnershipExchange.changes ● [LogHistory!]! non-null object
Histórico de alterações
OwnershipExchange.lastUpdateDate ● DateTime scalar
Data da ultima atualização
Member Of
Billing object