Skip to main content

LegalSignature

Type representing a legally binding signature/document acceptance on behalf of a user.

input LegalSignature {
agreementCheckbox: Boolean!
signature: String!
timestamp: String!
}

Fields

LegalSignature.agreementCheckbox ● Boolean! non-null scalar

Indicates whether or not the user physically accepted the agreements by checking a UI element.

LegalSignature.signature ● String! non-null scalar

The user's signature.

LegalSignature.timestamp ● String! non-null scalar

A timestamp indicating the moment consent was received.

Member of

RegistrationSignAccountAgreementInput input ● RegistrationSignTransferAgreementInput input