Sha256: 76db268faad6eeebfb082486db37fcc0e8d3f6da7b274916438420b988ed9e9e

Contents?: true

Size: 813 Bytes

Versions: 1

Compression:

Stored size: 813 Bytes

Contents

# HelloSign::SubSigningOptions

This allows the requester to specify the types allowed for creating a signature.

**Note**: If `signing_options` are not defined in the request, the allowed types will default to those specified in the account settings.

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| `default_type`<sup>*_required_</sup> | ```String``` |  The default type shown (limited to the listed types)  |  |
| `draw` | ```Boolean``` |  Allows drawing the signature  |  [default to false] |
| `phone` | ```Boolean``` |  Allows using a smartphone to email the signature  |  [default to false] |
| `type` | ```Boolean``` |  Allows typing the signature  |  [default to false] |
| `upload` | ```Boolean``` |  Allows uploading the signature  |  [default to false] |

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hellosign-ruby-sdk-6.0.0.pre.beta docs/SubSigningOptions.md