Sha256: f29c65a82f38b39309b6640f792f5f87b57d939bf093b0ce90d915eaf2be185b
Contents?: true
Size: 843 Bytes
Versions: 1
Compression:
Stored size: 843 Bytes
Contents
# HelloSign::SignatureRequestResponseCustomFieldBase An array of Custom Field objects containing the name and type of each custom field. * Text Field uses `SignatureRequestResponseCustomFieldText` * Checkbox Field uses `SignatureRequestResponseCustomFieldCheckbox` ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | `type`<sup>*_required_</sup> | ```String``` | The type of this Custom Field. Only 'text' and 'checkbox' are currently supported. | | | `name`<sup>*_required_</sup> | ```String``` | The name of the Custom Field. | | | `required` | ```Boolean``` | A boolean value denoting if this field is required. | | | `api_id` | ```String``` | The unique ID for this field. | | | `editor` | ```String``` | The name of the Role that is able to edit this field. | |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hellosign-ruby-sdk-6.0.0.pre.beta | docs/SignatureRequestResponseCustomFieldBase.md |