Attachment_x
Constructor
HelloSign.ServiceObjects.Attachment_x() |
Parameters
Name | Type |
---|---|
name | String |
instructions | String |
signer_index | Integer |
required | Boolean |
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;
Updated over 4 years ago