RegistrationSignAccountAgreementInput
No description
input RegistrationSignAccountAgreementInput {
idempotencyKey: String!
legalSignature: LegalSignature!
}
Fields
RegistrationSignAccountAgreementInput.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: '_', '-', '.'
RegistrationSignAccountAgreementInput.legalSignature
● LegalSignature!
non-null input
The signed document
Member of
registrationSignAccountAgreement
mutation