Pular para o conteúdo principal

ApproveOwnershipExchangeDataInput

No description

input ApproveOwnershipExchangeDataInput {
accountKey: String!
requesterProfileKey: String!
bankSlipOwnershipExchangeBatchKey: String!
}

Fields

ApproveOwnershipExchangeDataInput.accountKey ● String! non-null scalar

Chave única de identificação da conta de destino, onde os boletos serão enviados.

ApproveOwnershipExchangeDataInput.requesterProfileKey ● String! non-null scalar

Chave única de identificação da carteira de destino, onde os boletos serão transferidos.

ApproveOwnershipExchangeDataInput.bankSlipOwnershipExchangeBatchKey ● String! non-null scalar

Chave única de indentificação do lote de tombamento.

Member Of

qiTechApproveOwnershipExchange mutation