Sha256: 4b00627a4a41920e236327f788abfb23451c6f7d17790a7fc5050792ba4ce9d6
Contents?: true
Size: 1.28 KB
Versions: 3
Compression:
Stored size: 1.28 KB
Contents
# DocuSign_eSign::CompositeTemplate ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **composite_template_id** | **String** | The identify of this composite template. It is used as a reference when adding document object information. If used, the document’s `content-disposition` must include the composite template ID to which the document should be added. If a composite template ID is not specified in the content-disposition, the document is applied based on the value of the `documentId` property only. If no document object is specified, the composite template inherits the first document. | [optional] **document** | [**Document**](Document.md) | | [optional] **inline_templates** | [**Array<InlineTemplate>**](InlineTemplate.md) | Zero or more inline templates and their position in the overlay. If supplied, they are overlaid into the envelope in the order of their Sequence value. | [optional] **pdf_meta_data_template_sequence** | **String** | | [optional] **server_templates** | [**Array<ServerTemplate>**](ServerTemplate.md) | 0 or more server-side templates and their position in the overlay. If supplied, they are overlaid into the envelope in the order of their Sequence value | [optional]
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
docusign_esign-1.0.0 | docs/CompositeTemplate.md |
docusign_esign-0.0.2 | docs/CompositeTemplate.md |
docusign_esign-0.0.1 | docs/CompositeTemplate.md |