PaymentPlan
Dados do Plano de Pagamento
type PaymentPlan {
description: String
parcelQuantity: Int
paymentPlanType: PaymentPlanType!
financialOwnerId: Int!
financialOwner(
where: FinancialOwnerFilterInput
): FinancialOwner!
dependentId: Int!
dependent(
where: DependentFilterInput
): Dependent!
documentFileUrl: String
companyId: Int!
company: Company!
costCenterId: Int!
costCenter: CostCenter!
financialIntegrationId: Int!
financialIntegration: FinancialIntegration!
billings(
where: BillingFilterInput
order: [BillingSortInput!]
): [Billing!]!
punctualDiscounts(
where: PunctualDiscountFilterInput
order: [PunctualDiscountSortInput!]
): [PunctualDiscount!]
apiRequestLogs: [ApiRequestLog!]
graphQLRequestLogs: [GraphQLRequestLog!]
id: Int!
refId: UUID!
externalId: Int
creationDate: DateTime!
active: Boolean!
deleted: Boolean!
changes: [LogHistory!]!
lastUpdateDate: DateTime
}
Fields
PaymentPlan.description ● String scalar
Descrição
PaymentPlan.parcelQuantity ● Int scalar
Quantidade de Parcelas
PaymentPlan.paymentPlanType ● PaymentPlanType! non-null enum
Tipo de Plano de Pagamento
PaymentPlan.financialOwnerId ● Int! non-null scalar
Id do Responsável Financeiro
PaymentPlan.financialOwner ● FinancialOwner! non-null object
Dados do Responsável Financeiro
PaymentPlan.financialOwner.where●FinancialOwnerFilterInputinput
PaymentPlan.dependentId ● Int! non-null scalar
Id do Dependente
PaymentPlan.dependent ● Dependent! non-null object
Dados do Dependente
PaymentPlan.dependent.where●DependentFilterInputinput
PaymentPlan.documentFileUrl ● String scalar
Url do arquivo pdf das cobranças
PaymentPlan.companyId ● Int! non-null scalar
Id da Empresa
PaymentPlan.company ● Company! non-null object
Dados da Empresa
PaymentPlan.costCenterId ● Int! non-null scalar
Id do Centro de Custo
PaymentPlan.costCenter ● CostCenter! non-null object
Dados do Centro de Custo
PaymentPlan.financialIntegrationId ● Int! non-null scalar
Id da integração Financeira
PaymentPlan.financialIntegration ● FinancialIntegration! non-null object
Dados da Integração Financeira
PaymentPlan.billings ● [Billing!]! non-null object
Dados das Cobranças
PaymentPlan.billings.where●BillingFilterInputinput
PaymentPlan.billings.order ● [BillingSortInput!] list input
PaymentPlan.punctualDiscounts ● [PunctualDiscount!] list object
Descontos Pontualidade
PaymentPlan.punctualDiscounts.where●PunctualDiscountFilterInputinput
PaymentPlan.punctualDiscounts.order ● [PunctualDiscountSortInput!] list input
PaymentPlan.apiRequestLogs ● [ApiRequestLog!] list object
PaymentPlan.graphQLRequestLogs ● [GraphQLRequestLog!] list object
PaymentPlan.id ● Int! non-null scalar
Id do objeto da Requisição
PaymentPlan.refId ● UUID! non-null scalar
Id da Referência
PaymentPlan.externalId ● Int scalar
Id Externo
PaymentPlan.creationDate ● DateTime! non-null scalar
Data de Criação
PaymentPlan.active ● Boolean! non-null scalar
Status de Ativação
PaymentPlan.deleted ● Boolean! non-null scalar
Status de Deleção
PaymentPlan.changes ● [LogHistory!]! non-null object
Histórico de alterações
PaymentPlan.lastUpdateDate ● DateTime scalar
Data da ultima atualização
Returned By
paymentPlan query
Member Of
ApiRequestLog object ● Billing object ● Company object ● Contract object ● CostCenter object ● Dependent object ● Enrollment object ● FinancialOwner object ● GraphQLRequestLog object ● PaymentPlansCollectionSegment object ● PunctualDiscount object