DSEnvelopeDefaults

fun DSEnvelopeDefaults(recipientDefaults: List<DSRecipientDefault>? = null, emailSubject: String? = null, emailBlurb: String? = null, envelopeTitle: String? = null, tabValueDefaults: Map<String, Any>? = null, customFields: DSCustomFields? = null)

Parameters

recipientDefaults

The defaults object for Recipient data. Optional.

emailSubject

The subject of the email sent to the signer(s). Optional.

emailBlurb

The message in the body of the email sent to the signer(s). Optional.

envelopeTitle

The title of the envelope. Optional.

tabValueDefaults

Map of Tab value defaults, mapping tabLabel to the desired value. Value format will be validated according to Tab type. Optional.

customFields

The custom fields to be associated with the Envelope. Optional IF the customFields on the account are not required.