SigningOptions
Constructor
HelloSign.ServiceObjects.SigningOptions() |
Parameters
Name | Type |
---|---|
draw | Boolean |
type_x | Boolean |
upload | Boolean |
phone | Boolean |
default_x | String |
HelloSign.ServiceObjects.SigningOptions signingOptions = new HelloSign.ServiceObjects.SigningOptions();
signingOptions.draw = true;
signingOptions.phone = false;
signingOptions.type_x = true;
signingOptions.upload = false;
signingOptions.default_x = 'draw';
Updated almost 5 years ago