Pular para o conteúdo principal

BillingAgreement

Relacionamento entre Cobrança e Acordo

type BillingAgreement {
id: Int!
creationDate: DateTime!
billingId: Int!
billing: Billing!
agreementId: Int!
agreement: Agreement!
isOriginalAgreementBilling: Boolean!
}

Fields

BillingAgreement.id ● Int! non-null scalar

BillingAgreement.creationDate ● DateTime! non-null scalar

BillingAgreement.billingId ● Int! non-null scalar

Id da Cobrança

BillingAgreement.billing ● Billing! non-null object

Dados da Cobrança

BillingAgreement.agreementId ● Int! non-null scalar

Id do Acordo

BillingAgreement.agreement ● Agreement! non-null object

Dados do Acordo

BillingAgreement.isOriginalAgreementBilling ● Boolean! non-null scalar

Indica se o boleto é um boleto original no acordo

Member Of

Agreement object ● Billing object