FieldOptions
Constructor
HelloSign.ServiceObjects.FieldOptions() |
Parameters
Name | Type | Note |
---|---|---|
date_format | String | Check out https://app.hellosign.com/api/reference#DateFormats for allowed formats |
HelloSign.ServiceObjects.FieldOptions fieldOptions = new HelloSign.ServiceObjects.FieldOptions();
fieldOptions.date_format = 'YYYY / MM / DD';
Updated over 4 years ago