The request schema for the createLegalDisclosure operation.

Export

CreateLegalDisclosureRequest

interface CreateLegalDisclosureRequest {
    attachments?: Attachment[];
}

Properties

Properties

attachments?: Attachment[]

Attachments to include in the message to the buyer. If any text is included in the attachment, the text must be written in the buyer's language of preference, which can be retrieved from the GetAttributes operation.

Memberof

CreateLegalDisclosureRequest