Pular para o conteúdo principal

AddPaymentPlanDataInput

Dados de Inclusão de Plano de Pagamento

input AddPaymentPlanDataInput {
description: String
parcelQuantity: Int
paymentPlanType: PaymentPlanType!
financialIntegrationId: Int!
financialOwnerId: Int
financialOwnerRefId: String
dependentId: Int
dependentRefId: String
companyId: Int!
costCenterId: Int
costCenterName: String
billings: [AddBillingDataInput!]
punctualDiscounts: [Int!]
deductedDiscounts: [Int!]
confirmationForOverdue: Boolean
auditData: AuditDataInput
}

Fields

AddPaymentPlanDataInput.description ● String scalar

Descrição

AddPaymentPlanDataInput.parcelQuantity ● Int scalar

Quantidade de Parcelas

AddPaymentPlanDataInput.paymentPlanType ● PaymentPlanType! non-null enum

Tipo de Plano de Pagamento

AddPaymentPlanDataInput.financialIntegrationId ● Int! non-null scalar

Id da Integração Financeira

AddPaymentPlanDataInput.financialOwnerId ● Int scalar

Id do Responsável Financeiro

AddPaymentPlanDataInput.financialOwnerRefId ● String scalar

Id de Referência do Responsável Financeiro

AddPaymentPlanDataInput.dependentId ● Int scalar

Id do Dependente

AddPaymentPlanDataInput.dependentRefId ● String scalar

Id de Referência do Dependent

AddPaymentPlanDataInput.companyId ● Int! non-null scalar

Id da Empresa

AddPaymentPlanDataInput.costCenterId ● Int scalar

Id do Centro de Custo

AddPaymentPlanDataInput.costCenterName ● String scalar

Id do Nome do Centro de Custo

AddPaymentPlanDataInput.billings ● [AddBillingDataInput!] list input

Id das Cobranças

AddPaymentPlanDataInput.punctualDiscounts ● [Int!] list scalar

Descontos por Pontualidade

AddPaymentPlanDataInput.deductedDiscounts ● [Int!] list scalar

Descontos Deduzidos

AddPaymentPlanDataInput.confirmationForOverdue ● Boolean scalar

Confirmação para criação do plano de pagamento com um responsável inadimplente

AddPaymentPlanDataInput.auditData ● AuditDataInput input

Dados de auditoria do sistema integrado

Member Of

addPaymentPlan mutation