PaymentLink
Dados do link de pagamento
type PaymentLink {
externalToken: String
companyId: Int
company: Company
financialIntegrationId: Int
financialIntegration: FinancialIntegration
financialOwnerId: Int
financialOwner: FinancialOwner
createdBy: User
url: String
expirationDate: DateTime!
maxParcelQuantity: Int!
value: Decimal!
tax: Decimal!
status: LinkStatus!
paymentStatus: PaymentLinkStatus!
amountPaid: Decimal
paymentDate: DateTime
cancellationReason: CancellationReason
cancellationDescription: String
billings(
where: BillingFilterInput
order: [BillingSortInput!]
): [Billing!]!
id: Int!
refId: UUID!
externalId: Int
creationDate: DateTime!
active: Boolean!
deleted: Boolean!
changes: [LogHistory!]!
lastUpdateDate: DateTime
}
Fields
PaymentLink.externalToken
● String
scalar
Token externo
PaymentLink.companyId
● Int
scalar
Id da empresa
PaymentLink.company
● Company
object
Dados da empresa
PaymentLink.financialIntegrationId
● Int
scalar
Id da integração financeira
PaymentLink.financialIntegration
● FinancialIntegration
object
Integração financeira
PaymentLink.financialOwnerId
● Int
scalar
Id do responsável financeiro
PaymentLink.financialOwner
● FinancialOwner
object
Responsável financeiro
PaymentLink.createdBy
● User
object
Usuário que criou o link
PaymentLink.url
● String
scalar
Link de pagamento
PaymentLink.expirationDate
● DateTime!
non-null scalar
Data de expiração
PaymentLink.maxParcelQuantity
● Int!
non-null scalar
Quantidade de parcelas
PaymentLink.value
● Decimal!
non-null scalar
Valor
PaymentLink.tax
● Decimal!
non-null scalar
Taxa
PaymentLink.status
● LinkStatus!
non-null enum
Status do link
PaymentLink.paymentStatus
● PaymentLinkStatus!
non-null enum
Status da cobrança via link de pagamento
PaymentLink.amountPaid
● Decimal
scalar
Valor pago
PaymentLink.paymentDate
● DateTime
scalar
Data do pagamento
PaymentLink.cancellationReason
● CancellationReason
enum
Motivo de cancelamento
PaymentLink.cancellationDescription
● String
scalar
Descrição do motivo de cancelamento
PaymentLink.billings
● [Billing!]!
non-null object
Dados dos Boletos
PaymentLink.billings.where
●BillingFilterInput
input
PaymentLink.billings.order
● [BillingSortInput!]
list input
PaymentLink.id
● Int!
non-null scalar
Id do objeto da Requisição
PaymentLink.refId
● UUID!
non-null scalar
Id da Referência
PaymentLink.externalId
● Int
scalar
Id Externo
PaymentLink.creationDate
● DateTime!
non-null scalar
Data de Criação
PaymentLink.active
● Boolean!
non-null scalar
Status de Ativação
PaymentLink.deleted
● Boolean!
non-null scalar
Status de Deleção
PaymentLink.changes
● [LogHistory!]!
non-null object
Histórico de alterações
PaymentLink.lastUpdateDate
● DateTime
scalar
Data da ultima atualização
Returned By
paymentLink
query
Member Of
Billing
object ● FinancialOwner
object ● PaymentLinksCollectionSegment
object