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
●FinancialOwnerFilterInput
input
PaymentPlan.dependentId
● Int!
non-null scalar
Id do Dependente
PaymentPlan.dependent
● Dependent!
non-null object
Dados do Dependente
PaymentPlan.dependent.where
●DependentFilterInput
input
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
●BillingFilterInput
input
PaymentPlan.billings.order
● [BillingSortInput!]
list input
PaymentPlan.punctualDiscounts
● [PunctualDiscount!]
list object
Descontos Pontualidade
PaymentPlan.punctualDiscounts.where
●PunctualDiscountFilterInput
input