Pular para o conteúdo principal

CreateAgreementDataInput

No description

input CreateAgreementDataInput {
financialOwnerId: Int
financialOwnerRefId: String
companyId: Int
dependentId: Int
dependentRefId: String
originalBillingIds: [Int!]
originalBillingRefIds: [String!]
paymentPlan: AddExternalPaymentPlanDataInput!
description: String
}

Fields

CreateAgreementDataInput.financialOwnerId ● Int scalar

Id do responsável financeiro

CreateAgreementDataInput.financialOwnerRefId ● String scalar

Id da Referência do responsável financeiro

CreateAgreementDataInput.companyId ● Int scalar

Id da empresa

CreateAgreementDataInput.dependentId ● Int scalar

Id do dependente

CreateAgreementDataInput.dependentRefId ● String scalar

Id da Referência do dependente

CreateAgreementDataInput.originalBillingIds ● [Int!] list scalar

IDs dos boletos originais que farão parte do acordo

CreateAgreementDataInput.originalBillingRefIds ● [String!] list scalar

RefIds dos boletos originais que farão parte do acordo

CreateAgreementDataInput.paymentPlan ● AddExternalPaymentPlanDataInput! non-null input

Plano de pagamento externo

CreateAgreementDataInput.description ● String scalar

Descrição do acordo

Member Of

createAgreement mutation