Attachment_x

Constructor

HelloSign.ServiceObjects.Attachment_x()

Parameters

NameType
nameString
instructionsString
signer_indexInteger
requiredBoolean
HelloSign.ServiceObjects.Attachment_x attachObj = new HelloSign.ServiceObjects.Attachment_x();
attachObj.name = 'Example Attachment';
attachObj.instructions = 'Please attach an example, thank you.';
attachObj.required = true;
attachObj.signer_index = 0;