RegistrationSignTransferAgreementInput
No description
input RegistrationSignTransferAgreementInput {
idempotencyKey: String!
legalSignature: LegalSignature!
}
Fields
RegistrationSignTransferAgreementInput.idempotencyKey
● String!
non-null scalar
The idempotent key for this request, which is REQUIRED for this method. Key may be comprised of alphanumeric values, as well as the following symbols: '_', '-', '.'
RegistrationSignTransferAgreementInput.legalSignature
● LegalSignature!
non-null input
The signed document
Member of
registrationSignTransferAgreement
mutation