The request schema for the createDigitalAccessKey operation.

Export

CreateDigitalAccessKeyRequest

interface CreateDigitalAccessKeyRequest {
    attachments?: Attachment[];
    text?: string;
}

Properties

Properties

attachments?: Attachment[]

Attachments to include in the message to the buyer.

Memberof

CreateDigitalAccessKeyRequest

text?: string

The text to be sent to the buyer. Only links related to the digital access key are allowed. Do not include HTML or email addresses. The text must be written in the buyer's language of preference, which can be retrieved from the GetAttributes operation.

Memberof

CreateDigitalAccessKeyRequest