FinancialOwnerDocumentFile
Dados do documento do responsável financeiro
type FinancialOwnerDocumentFile {
dependentId: Int
dependent: Dependent
fileName: String!
filePath: String!
financialOwnerId: Int!
financialOwner: FinancialOwner
type: DocumentType!
year: String
id: Int!
refId: UUID!
externalId: Int
creationDate: DateTime!
active: Boolean!
deleted: Boolean!
changes: [LogHistory!]!
lastUpdateDate: DateTime
}
Fields
FinancialOwnerDocumentFile.dependentId
● Int
scalar
Id do dependente
FinancialOwnerDocumentFile.dependent
● Dependent
object
Dependente
FinancialOwnerDocumentFile.fileName
● String!
non-null scalar
Nome
FinancialOwnerDocumentFile.filePath
● String!
non-null scalar
Caminho do local de armazenamento
FinancialOwnerDocumentFile.financialOwnerId
● Int!
non-null scalar
Id do responsável financeiro
FinancialOwnerDocumentFile.financialOwner
● FinancialOwner
object
Responsável financeiro
FinancialOwnerDocumentFile.type
● DocumentType!
non-null enum
Tipo do documento
FinancialOwnerDocumentFile.year
● String
scalar
Ano do documento
FinancialOwnerDocumentFile.id
● Int!
non-null scalar
Id do objeto da Requisição
FinancialOwnerDocumentFile.refId
● UUID!
non-null scalar
Id da Referência
FinancialOwnerDocumentFile.externalId
● Int
scalar
Id Externo
FinancialOwnerDocumentFile.creationDate
● DateTime!
non-null scalar
Data de Criação
FinancialOwnerDocumentFile.active
● Boolean!
non-null scalar
Status de Ativação
FinancialOwnerDocumentFile.deleted
● Boolean!
non-null scalar
Status de Deleção
FinancialOwnerDocumentFile.changes
● [LogHistory!]!
non-null object
Histórico de alterações
FinancialOwnerDocumentFile.lastUpdateDate
● DateTime
scalar
Data da ultima atualização
Member Of
FinancialOwner
object ● FinancialOwnerDocumentFilesCollectionSegment
object