Notarize
in package
implements
ModelInterface, ArrayAccess
Notarize Class Doc Comment
Tags
Interfaces, Classes, Traits and Enums
- ModelInterface
- Interface abstracting model access.
- ArrayAccess
Table of Contents
- DISCRIMINATOR = null
- $attributeMap : array<string|int, string>
- Array of attributes where the key is the local name, and the value is the original name
- $container : array<string|int, mixed>
- Associative array for storing property values
- $getters : array<string|int, string>
- Array of attributes to getter functions (for serialization of requests)
- $setters : array<string|int, string>
- Array of attributes to setter functions (for deserialization of responses)
- $swaggerFormats : array<string|int, string>
- Array of property to format mappings. Used for (de)serialization
- $swaggerModelName : string
- The original name of the model.
- $swaggerTypes : array<string|int, string>
- Array of property to type mappings. Used for (de)serialization
- __construct() : mixed
- Constructor
- __toString() : string
- Gets the string presentation of the object
- attributeMap() : array<string|int, mixed>
- Array of attributes where the key is the local name, and the value is the original name
- getAnchorAllowWhiteSpaceInCharacters() : string|null
- Gets anchor_allow_white_space_in_characters
- getAnchorAllowWhiteSpaceInCharactersMetadata() : PropertyMetadata
- Gets anchor_allow_white_space_in_characters_metadata
- getAnchorCaseSensitive() : string|null
- Gets anchor_case_sensitive
- getAnchorCaseSensitiveMetadata() : PropertyMetadata
- Gets anchor_case_sensitive_metadata
- getAnchorHorizontalAlignment() : string|null
- Gets anchor_horizontal_alignment
- getAnchorHorizontalAlignmentMetadata() : PropertyMetadata
- Gets anchor_horizontal_alignment_metadata
- getAnchorIgnoreIfNotPresent() : string|null
- Gets anchor_ignore_if_not_present
- getAnchorIgnoreIfNotPresentMetadata() : PropertyMetadata
- Gets anchor_ignore_if_not_present_metadata
- getAnchorMatchWholeWord() : string|null
- Gets anchor_match_whole_word
- getAnchorMatchWholeWordMetadata() : PropertyMetadata
- Gets anchor_match_whole_word_metadata
- getAnchorString() : string|null
- Gets anchor_string
- getAnchorStringMetadata() : PropertyMetadata
- Gets anchor_string_metadata
- getAnchorTabProcessorVersion() : string|null
- Gets anchor_tab_processor_version
- getAnchorTabProcessorVersionMetadata() : PropertyMetadata
- Gets anchor_tab_processor_version_metadata
- getAnchorUnits() : string|null
- Gets anchor_units
- getAnchorUnitsMetadata() : PropertyMetadata
- Gets anchor_units_metadata
- getAnchorXOffset() : string|null
- Gets anchor_x_offset
- getAnchorXOffsetMetadata() : PropertyMetadata
- Gets anchor_x_offset_metadata
- getAnchorYOffset() : string|null
- Gets anchor_y_offset
- getAnchorYOffsetMetadata() : PropertyMetadata
- Gets anchor_y_offset_metadata
- getCaption() : string|null
- Gets caption
- getCaptionMetadata() : PropertyMetadata
- Gets caption_metadata
- getConditionalParentLabel() : string|null
- Gets conditional_parent_label
- getConditionalParentLabelMetadata() : PropertyMetadata
- Gets conditional_parent_label_metadata
- getConditionalParentValue() : string|null
- Gets conditional_parent_value
- getConditionalParentValueMetadata() : PropertyMetadata
- Gets conditional_parent_value_metadata
- getCustomTabId() : string|null
- Gets custom_tab_id
- getCustomTabIdMetadata() : PropertyMetadata
- Gets custom_tab_id_metadata
- getDocumentId() : string|null
- Gets document_id
- getDocumentIdMetadata() : PropertyMetadata
- Gets document_id_metadata
- getErrorDetails() : ErrorDetails
- Gets error_details
- getFormOrder() : string|null
- Gets form_order
- getFormOrderMetadata() : PropertyMetadata
- Gets form_order_metadata
- getFormPageLabel() : string|null
- Gets form_page_label
- getFormPageLabelMetadata() : PropertyMetadata
- Gets form_page_label_metadata
- getFormPageNumber() : string|null
- Gets form_page_number
- getFormPageNumberMetadata() : PropertyMetadata
- Gets form_page_number_metadata
- getHeight() : string|null
- Gets height
- getHeightMetadata() : PropertyMetadata
- Gets height_metadata
- getLocked() : string|null
- Gets locked
- getLockedMetadata() : PropertyMetadata
- Gets locked_metadata
- getMergeField() : MergeField
- Gets merge_field
- getMergeFieldXml() : string|null
- Gets merge_field_xml
- getModelName() : string
- The original name of the model.
- getPageNumber() : string|null
- Gets page_number
- getPageNumberMetadata() : PropertyMetadata
- Gets page_number_metadata
- getRecipientId() : string|null
- Gets recipient_id
- getRecipientIdGuid() : string|null
- Gets recipient_id_guid
- getRecipientIdGuidMetadata() : PropertyMetadata
- Gets recipient_id_guid_metadata
- getRecipientIdMetadata() : PropertyMetadata
- Gets recipient_id_metadata
- getRequired() : string|null
- Gets required
- getRequiredMetadata() : PropertyMetadata
- Gets required_metadata
- getSmartContractInformation() : SmartContractInformation
- Gets smart_contract_information
- getSource() : string|null
- Gets source
- getStatus() : string|null
- Gets status
- getStatusMetadata() : PropertyMetadata
- Gets status_metadata
- getTabGroupLabels() : array<string|int, ?string>
- Gets tab_group_labels
- getTabGroupLabelsMetadata() : PropertyMetadata
- Gets tab_group_labels_metadata
- getTabId() : string|null
- Gets tab_id
- getTabIdMetadata() : PropertyMetadata
- Gets tab_id_metadata
- getTabOrder() : string|null
- Gets tab_order
- getTabOrderMetadata() : PropertyMetadata
- Gets tab_order_metadata
- getTabType() : string|null
- Gets tab_type
- getTabTypeMetadata() : PropertyMetadata
- Gets tab_type_metadata
- getTemplateLocked() : string|null
- Gets template_locked
- getTemplateLockedMetadata() : PropertyMetadata
- Gets template_locked_metadata
- getTemplateRequired() : string|null
- Gets template_required
- getTemplateRequiredMetadata() : PropertyMetadata
- Gets template_required_metadata
- getters() : array<string|int, mixed>
- Array of attributes to getter functions (for serialization of requests)
- getTooltip() : string|null
- Gets tooltip
- getToolTipMetadata() : PropertyMetadata
- Gets tool_tip_metadata
- getWidth() : string|null
- Gets width
- getWidthMetadata() : PropertyMetadata
- Gets width_metadata
- getXPosition() : string|null
- Gets x_position
- getXPositionMetadata() : PropertyMetadata
- Gets x_position_metadata
- getYPosition() : string|null
- Gets y_position
- getYPositionMetadata() : PropertyMetadata
- Gets y_position_metadata
- listInvalidProperties() : array<string|int, mixed>
- Show all the invalid properties with reasons.
- offsetExists() : bool
- Returns true if offset exists. False otherwise.
- offsetGet() : mixed
- Gets offset.
- offsetSet() : void
- Sets value based on offset.
- offsetUnset() : void
- Unsets offset.
- setAnchorAllowWhiteSpaceInCharacters() : $this
- Sets anchor_allow_white_space_in_characters
- setAnchorAllowWhiteSpaceInCharactersMetadata() : $this
- Sets anchor_allow_white_space_in_characters_metadata
- setAnchorCaseSensitive() : $this
- Sets anchor_case_sensitive
- setAnchorCaseSensitiveMetadata() : $this
- Sets anchor_case_sensitive_metadata
- setAnchorHorizontalAlignment() : $this
- Sets anchor_horizontal_alignment
- setAnchorHorizontalAlignmentMetadata() : $this
- Sets anchor_horizontal_alignment_metadata
- setAnchorIgnoreIfNotPresent() : $this
- Sets anchor_ignore_if_not_present
- setAnchorIgnoreIfNotPresentMetadata() : $this
- Sets anchor_ignore_if_not_present_metadata
- setAnchorMatchWholeWord() : $this
- Sets anchor_match_whole_word
- setAnchorMatchWholeWordMetadata() : $this
- Sets anchor_match_whole_word_metadata
- setAnchorString() : $this
- Sets anchor_string
- setAnchorStringMetadata() : $this
- Sets anchor_string_metadata
- setAnchorTabProcessorVersion() : $this
- Sets anchor_tab_processor_version
- setAnchorTabProcessorVersionMetadata() : $this
- Sets anchor_tab_processor_version_metadata
- setAnchorUnits() : $this
- Sets anchor_units
- setAnchorUnitsMetadata() : $this
- Sets anchor_units_metadata
- setAnchorXOffset() : $this
- Sets anchor_x_offset
- setAnchorXOffsetMetadata() : $this
- Sets anchor_x_offset_metadata
- setAnchorYOffset() : $this
- Sets anchor_y_offset
- setAnchorYOffsetMetadata() : $this
- Sets anchor_y_offset_metadata
- setCaption() : $this
- Sets caption
- setCaptionMetadata() : $this
- Sets caption_metadata
- setConditionalParentLabel() : $this
- Sets conditional_parent_label
- setConditionalParentLabelMetadata() : $this
- Sets conditional_parent_label_metadata
- setConditionalParentValue() : $this
- Sets conditional_parent_value
- setConditionalParentValueMetadata() : $this
- Sets conditional_parent_value_metadata
- setCustomTabId() : $this
- Sets custom_tab_id
- setCustomTabIdMetadata() : $this
- Sets custom_tab_id_metadata
- setDocumentId() : $this
- Sets document_id
- setDocumentIdMetadata() : $this
- Sets document_id_metadata
- setErrorDetails() : $this
- Sets error_details
- setFormOrder() : $this
- Sets form_order
- setFormOrderMetadata() : $this
- Sets form_order_metadata
- setFormPageLabel() : $this
- Sets form_page_label
- setFormPageLabelMetadata() : $this
- Sets form_page_label_metadata
- setFormPageNumber() : $this
- Sets form_page_number
- setFormPageNumberMetadata() : $this
- Sets form_page_number_metadata
- setHeight() : $this
- Sets height
- setHeightMetadata() : $this
- Sets height_metadata
- setLocked() : $this
- Sets locked
- setLockedMetadata() : $this
- Sets locked_metadata
- setMergeField() : $this
- Sets merge_field
- setMergeFieldXml() : $this
- Sets merge_field_xml
- setPageNumber() : $this
- Sets page_number
- setPageNumberMetadata() : $this
- Sets page_number_metadata
- setRecipientId() : $this
- Sets recipient_id
- setRecipientIdGuid() : $this
- Sets recipient_id_guid
- setRecipientIdGuidMetadata() : $this
- Sets recipient_id_guid_metadata
- setRecipientIdMetadata() : $this
- Sets recipient_id_metadata
- setRequired() : $this
- Sets required
- setRequiredMetadata() : $this
- Sets required_metadata
- setSmartContractInformation() : $this
- Sets smart_contract_information
- setSource() : $this
- Sets source
- setStatus() : $this
- Sets status
- setStatusMetadata() : $this
- Sets status_metadata
- setTabGroupLabels() : $this
- Sets tab_group_labels
- setTabGroupLabelsMetadata() : $this
- Sets tab_group_labels_metadata
- setTabId() : $this
- Sets tab_id
- setTabIdMetadata() : $this
- Sets tab_id_metadata
- setTabOrder() : $this
- Sets tab_order
- setTabOrderMetadata() : $this
- Sets tab_order_metadata
- setTabType() : $this
- Sets tab_type
- setTabTypeMetadata() : $this
- Sets tab_type_metadata
- setTemplateLocked() : $this
- Sets template_locked
- setTemplateLockedMetadata() : $this
- Sets template_locked_metadata
- setTemplateRequired() : $this
- Sets template_required
- setTemplateRequiredMetadata() : $this
- Sets template_required_metadata
- setters() : array<string|int, mixed>
- Array of attributes to setter functions (for deserialization of responses)
- setTooltip() : $this
- Sets tooltip
- setToolTipMetadata() : $this
- Sets tool_tip_metadata
- setWidth() : $this
- Sets width
- setWidthMetadata() : $this
- Sets width_metadata
- setXPosition() : $this
- Sets x_position
- setXPositionMetadata() : $this
- Sets x_position_metadata
- setYPosition() : $this
- Sets y_position
- setYPositionMetadata() : $this
- Sets y_position_metadata
- swaggerFormats() : array<string|int, mixed>
- Array of property to format mappings. Used for (de)serialization
- swaggerTypes() : array<string|int, mixed>
- Array of property to type mappings. Used for (de)serialization
- valid() : bool
- Validate all the properties in the model return true if all passed
Constants
DISCRIMINATOR
public
mixed
DISCRIMINATOR
= null
Properties
$attributeMap
Array of attributes where the key is the local name, and the value is the original name
protected
static array<string|int, string>
$attributeMap
= ['anchor_allow_white_space_in_characters' => 'anchorAllowWhiteSpaceInCharacters', 'anchor_allow_white_space_in_characters_metadata' => 'anchorAllowWhiteSpaceInCharactersMetadata', 'anchor_case_sensitive' => 'anchorCaseSensitive', 'anchor_case_sensitive_metadata' => 'anchorCaseSensitiveMetadata', 'anchor_horizontal_alignment' => 'anchorHorizontalAlignment', 'anchor_horizontal_alignment_metadata' => 'anchorHorizontalAlignmentMetadata', 'anchor_ignore_if_not_present' => 'anchorIgnoreIfNotPresent', 'anchor_ignore_if_not_present_metadata' => 'anchorIgnoreIfNotPresentMetadata', 'anchor_match_whole_word' => 'anchorMatchWholeWord', 'anchor_match_whole_word_metadata' => 'anchorMatchWholeWordMetadata', 'anchor_string' => 'anchorString', 'anchor_string_metadata' => 'anchorStringMetadata', 'anchor_tab_processor_version' => 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata' => 'anchorTabProcessorVersionMetadata', 'anchor_units' => 'anchorUnits', 'anchor_units_metadata' => 'anchorUnitsMetadata', 'anchor_x_offset' => 'anchorXOffset', 'anchor_x_offset_metadata' => 'anchorXOffsetMetadata', 'anchor_y_offset' => 'anchorYOffset', 'anchor_y_offset_metadata' => 'anchorYOffsetMetadata', 'caption' => 'caption', 'caption_metadata' => 'captionMetadata', 'conditional_parent_label' => 'conditionalParentLabel', 'conditional_parent_label_metadata' => 'conditionalParentLabelMetadata', 'conditional_parent_value' => 'conditionalParentValue', 'conditional_parent_value_metadata' => 'conditionalParentValueMetadata', 'custom_tab_id' => 'customTabId', 'custom_tab_id_metadata' => 'customTabIdMetadata', 'document_id' => 'documentId', 'document_id_metadata' => 'documentIdMetadata', 'error_details' => 'errorDetails', 'form_order' => 'formOrder', 'form_order_metadata' => 'formOrderMetadata', 'form_page_label' => 'formPageLabel', 'form_page_label_metadata' => 'formPageLabelMetadata', 'form_page_number' => 'formPageNumber', 'form_page_number_metadata' => 'formPageNumberMetadata', 'height' => 'height', 'height_metadata' => 'heightMetadata', 'locked' => 'locked', 'locked_metadata' => 'lockedMetadata', 'merge_field' => 'mergeField', 'merge_field_xml' => 'mergeFieldXml', 'page_number' => 'pageNumber', 'page_number_metadata' => 'pageNumberMetadata', 'recipient_id' => 'recipientId', 'recipient_id_guid' => 'recipientIdGuid', 'recipient_id_guid_metadata' => 'recipientIdGuidMetadata', 'recipient_id_metadata' => 'recipientIdMetadata', 'required' => 'required', 'required_metadata' => 'requiredMetadata', 'smart_contract_information' => 'smartContractInformation', 'source' => 'source', 'status' => 'status', 'status_metadata' => 'statusMetadata', 'tab_group_labels' => 'tabGroupLabels', 'tab_group_labels_metadata' => 'tabGroupLabelsMetadata', 'tab_id' => 'tabId', 'tab_id_metadata' => 'tabIdMetadata', 'tab_order' => 'tabOrder', 'tab_order_metadata' => 'tabOrderMetadata', 'tab_type' => 'tabType', 'tab_type_metadata' => 'tabTypeMetadata', 'template_locked' => 'templateLocked', 'template_locked_metadata' => 'templateLockedMetadata', 'template_required' => 'templateRequired', 'template_required_metadata' => 'templateRequiredMetadata', 'tooltip' => 'tooltip', 'tool_tip_metadata' => 'toolTipMetadata', 'width' => 'width', 'width_metadata' => 'widthMetadata', 'x_position' => 'xPosition', 'x_position_metadata' => 'xPositionMetadata', 'y_position' => 'yPosition', 'y_position_metadata' => 'yPositionMetadata']
$container
Associative array for storing property values
protected
array<string|int, mixed>
$container
= []
$getters
Array of attributes to getter functions (for serialization of requests)
protected
static array<string|int, string>
$getters
= ['anchor_allow_white_space_in_characters' => 'getAnchorAllowWhiteSpaceInCharacters', 'anchor_allow_white_space_in_characters_metadata' => 'getAnchorAllowWhiteSpaceInCharactersMetadata', 'anchor_case_sensitive' => 'getAnchorCaseSensitive', 'anchor_case_sensitive_metadata' => 'getAnchorCaseSensitiveMetadata', 'anchor_horizontal_alignment' => 'getAnchorHorizontalAlignment', 'anchor_horizontal_alignment_metadata' => 'getAnchorHorizontalAlignmentMetadata', 'anchor_ignore_if_not_present' => 'getAnchorIgnoreIfNotPresent', 'anchor_ignore_if_not_present_metadata' => 'getAnchorIgnoreIfNotPresentMetadata', 'anchor_match_whole_word' => 'getAnchorMatchWholeWord', 'anchor_match_whole_word_metadata' => 'getAnchorMatchWholeWordMetadata', 'anchor_string' => 'getAnchorString', 'anchor_string_metadata' => 'getAnchorStringMetadata', 'anchor_tab_processor_version' => 'getAnchorTabProcessorVersion', 'anchor_tab_processor_version_metadata' => 'getAnchorTabProcessorVersionMetadata', 'anchor_units' => 'getAnchorUnits', 'anchor_units_metadata' => 'getAnchorUnitsMetadata', 'anchor_x_offset' => 'getAnchorXOffset', 'anchor_x_offset_metadata' => 'getAnchorXOffsetMetadata', 'anchor_y_offset' => 'getAnchorYOffset', 'anchor_y_offset_metadata' => 'getAnchorYOffsetMetadata', 'caption' => 'getCaption', 'caption_metadata' => 'getCaptionMetadata', 'conditional_parent_label' => 'getConditionalParentLabel', 'conditional_parent_label_metadata' => 'getConditionalParentLabelMetadata', 'conditional_parent_value' => 'getConditionalParentValue', 'conditional_parent_value_metadata' => 'getConditionalParentValueMetadata', 'custom_tab_id' => 'getCustomTabId', 'custom_tab_id_metadata' => 'getCustomTabIdMetadata', 'document_id' => 'getDocumentId', 'document_id_metadata' => 'getDocumentIdMetadata', 'error_details' => 'getErrorDetails', 'form_order' => 'getFormOrder', 'form_order_metadata' => 'getFormOrderMetadata', 'form_page_label' => 'getFormPageLabel', 'form_page_label_metadata' => 'getFormPageLabelMetadata', 'form_page_number' => 'getFormPageNumber', 'form_page_number_metadata' => 'getFormPageNumberMetadata', 'height' => 'getHeight', 'height_metadata' => 'getHeightMetadata', 'locked' => 'getLocked', 'locked_metadata' => 'getLockedMetadata', 'merge_field' => 'getMergeField', 'merge_field_xml' => 'getMergeFieldXml', 'page_number' => 'getPageNumber', 'page_number_metadata' => 'getPageNumberMetadata', 'recipient_id' => 'getRecipientId', 'recipient_id_guid' => 'getRecipientIdGuid', 'recipient_id_guid_metadata' => 'getRecipientIdGuidMetadata', 'recipient_id_metadata' => 'getRecipientIdMetadata', 'required' => 'getRequired', 'required_metadata' => 'getRequiredMetadata', 'smart_contract_information' => 'getSmartContractInformation', 'source' => 'getSource', 'status' => 'getStatus', 'status_metadata' => 'getStatusMetadata', 'tab_group_labels' => 'getTabGroupLabels', 'tab_group_labels_metadata' => 'getTabGroupLabelsMetadata', 'tab_id' => 'getTabId', 'tab_id_metadata' => 'getTabIdMetadata', 'tab_order' => 'getTabOrder', 'tab_order_metadata' => 'getTabOrderMetadata', 'tab_type' => 'getTabType', 'tab_type_metadata' => 'getTabTypeMetadata', 'template_locked' => 'getTemplateLocked', 'template_locked_metadata' => 'getTemplateLockedMetadata', 'template_required' => 'getTemplateRequired', 'template_required_metadata' => 'getTemplateRequiredMetadata', 'tooltip' => 'getTooltip', 'tool_tip_metadata' => 'getToolTipMetadata', 'width' => 'getWidth', 'width_metadata' => 'getWidthMetadata', 'x_position' => 'getXPosition', 'x_position_metadata' => 'getXPositionMetadata', 'y_position' => 'getYPosition', 'y_position_metadata' => 'getYPositionMetadata']
$setters
Array of attributes to setter functions (for deserialization of responses)
protected
static array<string|int, string>
$setters
= ['anchor_allow_white_space_in_characters' => 'setAnchorAllowWhiteSpaceInCharacters', 'anchor_allow_white_space_in_characters_metadata' => 'setAnchorAllowWhiteSpaceInCharactersMetadata', 'anchor_case_sensitive' => 'setAnchorCaseSensitive', 'anchor_case_sensitive_metadata' => 'setAnchorCaseSensitiveMetadata', 'anchor_horizontal_alignment' => 'setAnchorHorizontalAlignment', 'anchor_horizontal_alignment_metadata' => 'setAnchorHorizontalAlignmentMetadata', 'anchor_ignore_if_not_present' => 'setAnchorIgnoreIfNotPresent', 'anchor_ignore_if_not_present_metadata' => 'setAnchorIgnoreIfNotPresentMetadata', 'anchor_match_whole_word' => 'setAnchorMatchWholeWord', 'anchor_match_whole_word_metadata' => 'setAnchorMatchWholeWordMetadata', 'anchor_string' => 'setAnchorString', 'anchor_string_metadata' => 'setAnchorStringMetadata', 'anchor_tab_processor_version' => 'setAnchorTabProcessorVersion', 'anchor_tab_processor_version_metadata' => 'setAnchorTabProcessorVersionMetadata', 'anchor_units' => 'setAnchorUnits', 'anchor_units_metadata' => 'setAnchorUnitsMetadata', 'anchor_x_offset' => 'setAnchorXOffset', 'anchor_x_offset_metadata' => 'setAnchorXOffsetMetadata', 'anchor_y_offset' => 'setAnchorYOffset', 'anchor_y_offset_metadata' => 'setAnchorYOffsetMetadata', 'caption' => 'setCaption', 'caption_metadata' => 'setCaptionMetadata', 'conditional_parent_label' => 'setConditionalParentLabel', 'conditional_parent_label_metadata' => 'setConditionalParentLabelMetadata', 'conditional_parent_value' => 'setConditionalParentValue', 'conditional_parent_value_metadata' => 'setConditionalParentValueMetadata', 'custom_tab_id' => 'setCustomTabId', 'custom_tab_id_metadata' => 'setCustomTabIdMetadata', 'document_id' => 'setDocumentId', 'document_id_metadata' => 'setDocumentIdMetadata', 'error_details' => 'setErrorDetails', 'form_order' => 'setFormOrder', 'form_order_metadata' => 'setFormOrderMetadata', 'form_page_label' => 'setFormPageLabel', 'form_page_label_metadata' => 'setFormPageLabelMetadata', 'form_page_number' => 'setFormPageNumber', 'form_page_number_metadata' => 'setFormPageNumberMetadata', 'height' => 'setHeight', 'height_metadata' => 'setHeightMetadata', 'locked' => 'setLocked', 'locked_metadata' => 'setLockedMetadata', 'merge_field' => 'setMergeField', 'merge_field_xml' => 'setMergeFieldXml', 'page_number' => 'setPageNumber', 'page_number_metadata' => 'setPageNumberMetadata', 'recipient_id' => 'setRecipientId', 'recipient_id_guid' => 'setRecipientIdGuid', 'recipient_id_guid_metadata' => 'setRecipientIdGuidMetadata', 'recipient_id_metadata' => 'setRecipientIdMetadata', 'required' => 'setRequired', 'required_metadata' => 'setRequiredMetadata', 'smart_contract_information' => 'setSmartContractInformation', 'source' => 'setSource', 'status' => 'setStatus', 'status_metadata' => 'setStatusMetadata', 'tab_group_labels' => 'setTabGroupLabels', 'tab_group_labels_metadata' => 'setTabGroupLabelsMetadata', 'tab_id' => 'setTabId', 'tab_id_metadata' => 'setTabIdMetadata', 'tab_order' => 'setTabOrder', 'tab_order_metadata' => 'setTabOrderMetadata', 'tab_type' => 'setTabType', 'tab_type_metadata' => 'setTabTypeMetadata', 'template_locked' => 'setTemplateLocked', 'template_locked_metadata' => 'setTemplateLockedMetadata', 'template_required' => 'setTemplateRequired', 'template_required_metadata' => 'setTemplateRequiredMetadata', 'tooltip' => 'setTooltip', 'tool_tip_metadata' => 'setToolTipMetadata', 'width' => 'setWidth', 'width_metadata' => 'setWidthMetadata', 'x_position' => 'setXPosition', 'x_position_metadata' => 'setXPositionMetadata', 'y_position' => 'setYPosition', 'y_position_metadata' => 'setYPositionMetadata']
$swaggerFormats
Array of property to format mappings. Used for (de)serialization
protected
static array<string|int, string>
$swaggerFormats
= ['anchor_allow_white_space_in_characters' => null, 'anchor_allow_white_space_in_characters_metadata' => null, 'anchor_case_sensitive' => null, 'anchor_case_sensitive_metadata' => null, 'anchor_horizontal_alignment' => null, 'anchor_horizontal_alignment_metadata' => null, 'anchor_ignore_if_not_present' => null, 'anchor_ignore_if_not_present_metadata' => null, 'anchor_match_whole_word' => null, 'anchor_match_whole_word_metadata' => null, 'anchor_string' => null, 'anchor_string_metadata' => null, 'anchor_tab_processor_version' => null, 'anchor_tab_processor_version_metadata' => null, 'anchor_units' => null, 'anchor_units_metadata' => null, 'anchor_x_offset' => null, 'anchor_x_offset_metadata' => null, 'anchor_y_offset' => null, 'anchor_y_offset_metadata' => null, 'caption' => null, 'caption_metadata' => null, 'conditional_parent_label' => null, 'conditional_parent_label_metadata' => null, 'conditional_parent_value' => null, 'conditional_parent_value_metadata' => null, 'custom_tab_id' => null, 'custom_tab_id_metadata' => null, 'document_id' => null, 'document_id_metadata' => null, 'error_details' => null, 'form_order' => null, 'form_order_metadata' => null, 'form_page_label' => null, 'form_page_label_metadata' => null, 'form_page_number' => null, 'form_page_number_metadata' => null, 'height' => null, 'height_metadata' => null, 'locked' => null, 'locked_metadata' => null, 'merge_field' => null, 'merge_field_xml' => null, 'page_number' => null, 'page_number_metadata' => null, 'recipient_id' => null, 'recipient_id_guid' => null, 'recipient_id_guid_metadata' => null, 'recipient_id_metadata' => null, 'required' => null, 'required_metadata' => null, 'smart_contract_information' => null, 'source' => null, 'status' => null, 'status_metadata' => null, 'tab_group_labels' => null, 'tab_group_labels_metadata' => null, 'tab_id' => null, 'tab_id_metadata' => null, 'tab_order' => null, 'tab_order_metadata' => null, 'tab_type' => null, 'tab_type_metadata' => null, 'template_locked' => null, 'template_locked_metadata' => null, 'template_required' => null, 'template_required_metadata' => null, 'tooltip' => null, 'tool_tip_metadata' => null, 'width' => null, 'width_metadata' => null, 'x_position' => null, 'x_position_metadata' => null, 'y_position' => null, 'y_position_metadata' => null]
$swaggerModelName
The original name of the model.
protected
static string
$swaggerModelName
= 'notarize'
$swaggerTypes
Array of property to type mappings. Used for (de)serialization
protected
static array<string|int, string>
$swaggerTypes
= ['anchor_allow_white_space_in_characters' => '?string', 'anchor_allow_white_space_in_characters_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'anchor_case_sensitive' => '?string', 'anchor_case_sensitive_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'anchor_horizontal_alignment' => '?string', 'anchor_horizontal_alignment_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'anchor_ignore_if_not_present' => '?string', 'anchor_ignore_if_not_present_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'anchor_match_whole_word' => '?string', 'anchor_match_whole_word_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'anchor_string' => '?string', 'anchor_string_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'anchor_tab_processor_version' => '?string', 'anchor_tab_processor_version_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'anchor_units' => '?string', 'anchor_units_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'anchor_x_offset' => '?string', 'anchor_x_offset_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'anchor_y_offset' => '?string', 'anchor_y_offset_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'caption' => '?string', 'caption_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'conditional_parent_label' => '?string', 'conditional_parent_label_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'conditional_parent_value' => '?string', 'conditional_parent_value_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'custom_tab_id' => '?string', 'custom_tab_id_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'document_id' => '?string', 'document_id_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'error_details' => '\\DocuSign\\eSign\\Model\\ErrorDetails', 'form_order' => '?string', 'form_order_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'form_page_label' => '?string', 'form_page_label_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'form_page_number' => '?string', 'form_page_number_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'height' => '?string', 'height_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'locked' => '?string', 'locked_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'merge_field' => '\\DocuSign\\eSign\\Model\\MergeField', 'merge_field_xml' => '?string', 'page_number' => '?string', 'page_number_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'recipient_id' => '?string', 'recipient_id_guid' => '?string', 'recipient_id_guid_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'recipient_id_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'required' => '?string', 'required_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'smart_contract_information' => '\\DocuSign\\eSign\\Model\\SmartContractInformation', 'source' => '?string', 'status' => '?string', 'status_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'tab_group_labels' => '?string[]', 'tab_group_labels_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'tab_id' => '?string', 'tab_id_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'tab_order' => '?string', 'tab_order_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'tab_type' => '?string', 'tab_type_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'template_locked' => '?string', 'template_locked_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'template_required' => '?string', 'template_required_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'tooltip' => '?string', 'tool_tip_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'width' => '?string', 'width_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'x_position' => '?string', 'x_position_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'y_position' => '?string', 'y_position_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata']
Methods
__construct()
Constructor
public
__construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
- $data : array<string|int, mixed> = null
-
Associated array of property values initializing the model
Return values
mixed —__toString()
Gets the string presentation of the object
public
__toString() : string
Return values
string —attributeMap()
Array of attributes where the key is the local name, and the value is the original name
public
static attributeMap() : array<string|int, mixed>
Return values
array<string|int, mixed> —getAnchorAllowWhiteSpaceInCharacters()
Gets anchor_allow_white_space_in_characters
public
getAnchorAllowWhiteSpaceInCharacters() : string|null
Return values
string|null —getAnchorAllowWhiteSpaceInCharactersMetadata()
Gets anchor_allow_white_space_in_characters_metadata
public
getAnchorAllowWhiteSpaceInCharactersMetadata() : PropertyMetadata
Return values
PropertyMetadata —getAnchorCaseSensitive()
Gets anchor_case_sensitive
public
getAnchorCaseSensitive() : string|null
Return values
string|null —getAnchorCaseSensitiveMetadata()
Gets anchor_case_sensitive_metadata
public
getAnchorCaseSensitiveMetadata() : PropertyMetadata
Return values
PropertyMetadata —getAnchorHorizontalAlignment()
Gets anchor_horizontal_alignment
public
getAnchorHorizontalAlignment() : string|null
Return values
string|null —getAnchorHorizontalAlignmentMetadata()
Gets anchor_horizontal_alignment_metadata
public
getAnchorHorizontalAlignmentMetadata() : PropertyMetadata
Return values
PropertyMetadata —getAnchorIgnoreIfNotPresent()
Gets anchor_ignore_if_not_present
public
getAnchorIgnoreIfNotPresent() : string|null
Return values
string|null —getAnchorIgnoreIfNotPresentMetadata()
Gets anchor_ignore_if_not_present_metadata
public
getAnchorIgnoreIfNotPresentMetadata() : PropertyMetadata
Return values
PropertyMetadata —getAnchorMatchWholeWord()
Gets anchor_match_whole_word
public
getAnchorMatchWholeWord() : string|null
Return values
string|null —getAnchorMatchWholeWordMetadata()
Gets anchor_match_whole_word_metadata
public
getAnchorMatchWholeWordMetadata() : PropertyMetadata
Return values
PropertyMetadata —getAnchorString()
Gets anchor_string
public
getAnchorString() : string|null
Return values
string|null —getAnchorStringMetadata()
Gets anchor_string_metadata
public
getAnchorStringMetadata() : PropertyMetadata
Return values
PropertyMetadata —getAnchorTabProcessorVersion()
Gets anchor_tab_processor_version
public
getAnchorTabProcessorVersion() : string|null
Return values
string|null —getAnchorTabProcessorVersionMetadata()
Gets anchor_tab_processor_version_metadata
public
getAnchorTabProcessorVersionMetadata() : PropertyMetadata
Return values
PropertyMetadata —getAnchorUnits()
Gets anchor_units
public
getAnchorUnits() : string|null
Return values
string|null —getAnchorUnitsMetadata()
Gets anchor_units_metadata
public
getAnchorUnitsMetadata() : PropertyMetadata
Return values
PropertyMetadata —getAnchorXOffset()
Gets anchor_x_offset
public
getAnchorXOffset() : string|null
Return values
string|null —getAnchorXOffsetMetadata()
Gets anchor_x_offset_metadata
public
getAnchorXOffsetMetadata() : PropertyMetadata
Return values
PropertyMetadata —getAnchorYOffset()
Gets anchor_y_offset
public
getAnchorYOffset() : string|null
Return values
string|null —getAnchorYOffsetMetadata()
Gets anchor_y_offset_metadata
public
getAnchorYOffsetMetadata() : PropertyMetadata
Return values
PropertyMetadata —getCaption()
Gets caption
public
getCaption() : string|null
Return values
string|null —getCaptionMetadata()
Gets caption_metadata
public
getCaptionMetadata() : PropertyMetadata
Return values
PropertyMetadata —getConditionalParentLabel()
Gets conditional_parent_label
public
getConditionalParentLabel() : string|null
Return values
string|null —getConditionalParentLabelMetadata()
Gets conditional_parent_label_metadata
public
getConditionalParentLabelMetadata() : PropertyMetadata
Return values
PropertyMetadata —getConditionalParentValue()
Gets conditional_parent_value
public
getConditionalParentValue() : string|null
Return values
string|null —getConditionalParentValueMetadata()
Gets conditional_parent_value_metadata
public
getConditionalParentValueMetadata() : PropertyMetadata
Return values
PropertyMetadata —getCustomTabId()
Gets custom_tab_id
public
getCustomTabId() : string|null
Return values
string|null —getCustomTabIdMetadata()
Gets custom_tab_id_metadata
public
getCustomTabIdMetadata() : PropertyMetadata
Return values
PropertyMetadata —getDocumentId()
Gets document_id
public
getDocumentId() : string|null
Return values
string|null —getDocumentIdMetadata()
Gets document_id_metadata
public
getDocumentIdMetadata() : PropertyMetadata
Return values
PropertyMetadata —getErrorDetails()
Gets error_details
public
getErrorDetails() : ErrorDetails
Return values
ErrorDetails —getFormOrder()
Gets form_order
public
getFormOrder() : string|null
Return values
string|null —getFormOrderMetadata()
Gets form_order_metadata
public
getFormOrderMetadata() : PropertyMetadata
Return values
PropertyMetadata —getFormPageLabel()
Gets form_page_label
public
getFormPageLabel() : string|null
Return values
string|null —getFormPageLabelMetadata()
Gets form_page_label_metadata
public
getFormPageLabelMetadata() : PropertyMetadata
Return values
PropertyMetadata —getFormPageNumber()
Gets form_page_number
public
getFormPageNumber() : string|null
Return values
string|null —getFormPageNumberMetadata()
Gets form_page_number_metadata
public
getFormPageNumberMetadata() : PropertyMetadata
Return values
PropertyMetadata —getHeight()
Gets height
public
getHeight() : string|null
Return values
string|null —getHeightMetadata()
Gets height_metadata
public
getHeightMetadata() : PropertyMetadata
Return values
PropertyMetadata —getLocked()
Gets locked
public
getLocked() : string|null
Return values
string|null —getLockedMetadata()
Gets locked_metadata
public
getLockedMetadata() : PropertyMetadata
Return values
PropertyMetadata —getMergeField()
Gets merge_field
public
getMergeField() : MergeField
Return values
MergeField —getMergeFieldXml()
Gets merge_field_xml
public
getMergeFieldXml() : string|null
Return values
string|null —getModelName()
The original name of the model.
public
getModelName() : string
Return values
string —getPageNumber()
Gets page_number
public
getPageNumber() : string|null
Return values
string|null —getPageNumberMetadata()
Gets page_number_metadata
public
getPageNumberMetadata() : PropertyMetadata
Return values
PropertyMetadata —getRecipientId()
Gets recipient_id
public
getRecipientId() : string|null
Return values
string|null —getRecipientIdGuid()
Gets recipient_id_guid
public
getRecipientIdGuid() : string|null
Return values
string|null —getRecipientIdGuidMetadata()
Gets recipient_id_guid_metadata
public
getRecipientIdGuidMetadata() : PropertyMetadata
Return values
PropertyMetadata —getRecipientIdMetadata()
Gets recipient_id_metadata
public
getRecipientIdMetadata() : PropertyMetadata
Return values
PropertyMetadata —getRequired()
Gets required
public
getRequired() : string|null
Return values
string|null —getRequiredMetadata()
Gets required_metadata
public
getRequiredMetadata() : PropertyMetadata
Return values
PropertyMetadata —getSmartContractInformation()
Gets smart_contract_information
public
getSmartContractInformation() : SmartContractInformation
Return values
SmartContractInformation —getSource()
Gets source
public
getSource() : string|null
Return values
string|null —getStatus()
Gets status
public
getStatus() : string|null
Return values
string|null —getStatusMetadata()
Gets status_metadata
public
getStatusMetadata() : PropertyMetadata
Return values
PropertyMetadata —getTabGroupLabels()
Gets tab_group_labels
public
getTabGroupLabels() : array<string|int, ?string>
Return values
array<string|int, ?string> —getTabGroupLabelsMetadata()
Gets tab_group_labels_metadata
public
getTabGroupLabelsMetadata() : PropertyMetadata
Return values
PropertyMetadata —getTabId()
Gets tab_id
public
getTabId() : string|null
Return values
string|null —getTabIdMetadata()
Gets tab_id_metadata
public
getTabIdMetadata() : PropertyMetadata
Return values
PropertyMetadata —getTabOrder()
Gets tab_order
public
getTabOrder() : string|null
Return values
string|null —getTabOrderMetadata()
Gets tab_order_metadata
public
getTabOrderMetadata() : PropertyMetadata
Return values
PropertyMetadata —getTabType()
Gets tab_type
public
getTabType() : string|null
Return values
string|null —getTabTypeMetadata()
Gets tab_type_metadata
public
getTabTypeMetadata() : PropertyMetadata
Return values
PropertyMetadata —getTemplateLocked()
Gets template_locked
public
getTemplateLocked() : string|null
Return values
string|null —getTemplateLockedMetadata()
Gets template_locked_metadata
public
getTemplateLockedMetadata() : PropertyMetadata
Return values
PropertyMetadata —getTemplateRequired()
Gets template_required
public
getTemplateRequired() : string|null
Return values
string|null —getTemplateRequiredMetadata()
Gets template_required_metadata
public
getTemplateRequiredMetadata() : PropertyMetadata
Return values
PropertyMetadata —getters()
Array of attributes to getter functions (for serialization of requests)
public
static getters() : array<string|int, mixed>
Return values
array<string|int, mixed> —getTooltip()
Gets tooltip
public
getTooltip() : string|null
Return values
string|null —getToolTipMetadata()
Gets tool_tip_metadata
public
getToolTipMetadata() : PropertyMetadata
Return values
PropertyMetadata —getWidth()
Gets width
public
getWidth() : string|null
Return values
string|null —getWidthMetadata()
Gets width_metadata
public
getWidthMetadata() : PropertyMetadata
Return values
PropertyMetadata —getXPosition()
Gets x_position
public
getXPosition() : string|null
Return values
string|null —getXPositionMetadata()
Gets x_position_metadata
public
getXPositionMetadata() : PropertyMetadata
Return values
PropertyMetadata —getYPosition()
Gets y_position
public
getYPosition() : string|null
Return values
string|null —getYPositionMetadata()
Gets y_position_metadata
public
getYPositionMetadata() : PropertyMetadata
Return values
PropertyMetadata —listInvalidProperties()
Show all the invalid properties with reasons.
public
listInvalidProperties() : array<string|int, mixed>
Return values
array<string|int, mixed> —invalid properties with reasons
offsetExists()
Returns true if offset exists. False otherwise.
public
offsetExists(int $offset) : bool
Parameters
- $offset : int
-
Offset
Return values
bool —offsetGet()
Gets offset.
public
offsetGet(int $offset) : mixed
Parameters
- $offset : int
-
Offset
Return values
mixed —offsetSet()
Sets value based on offset.
public
offsetSet(int $offset, mixed $value) : void
Parameters
- $offset : int
-
Offset
- $value : mixed
-
Value to be set
Return values
void —offsetUnset()
Unsets offset.
public
offsetUnset(int $offset) : void
Parameters
- $offset : int
-
Offset
Return values
void —setAnchorAllowWhiteSpaceInCharacters()
Sets anchor_allow_white_space_in_characters
public
setAnchorAllowWhiteSpaceInCharacters(string|null $anchor_allow_white_space_in_characters) : $this
Parameters
- $anchor_allow_white_space_in_characters : string|null
Return values
$this —setAnchorAllowWhiteSpaceInCharactersMetadata()
Sets anchor_allow_white_space_in_characters_metadata
public
setAnchorAllowWhiteSpaceInCharactersMetadata(PropertyMetadata $anchor_allow_white_space_in_characters_metadata) : $this
Parameters
- $anchor_allow_white_space_in_characters_metadata : PropertyMetadata
-
Metadata that indicates whether the
anchorAllowWhiteSpaceInCharacters
property is editable.
Return values
$this —setAnchorCaseSensitive()
Sets anchor_case_sensitive
public
setAnchorCaseSensitive(string|null $anchor_case_sensitive) : $this
Parameters
- $anchor_case_sensitive : string|null
-
When set to true, the anchor string does not consider case when matching strings in the document. The default value is true.
Return values
$this —setAnchorCaseSensitiveMetadata()
Sets anchor_case_sensitive_metadata
public
setAnchorCaseSensitiveMetadata(PropertyMetadata $anchor_case_sensitive_metadata) : $this
Parameters
- $anchor_case_sensitive_metadata : PropertyMetadata
-
Metadata that indicates whether the
anchorCaseSensitive
property is editable.
Return values
$this —setAnchorHorizontalAlignment()
Sets anchor_horizontal_alignment
public
setAnchorHorizontalAlignment(string|null $anchor_horizontal_alignment) : $this
Parameters
- $anchor_horizontal_alignment : string|null
-
Specifies the alignment of anchor tabs with anchor strings. Possible values are left or right. The default value is left.
Return values
$this —setAnchorHorizontalAlignmentMetadata()
Sets anchor_horizontal_alignment_metadata
public
setAnchorHorizontalAlignmentMetadata(PropertyMetadata $anchor_horizontal_alignment_metadata) : $this
Parameters
- $anchor_horizontal_alignment_metadata : PropertyMetadata
-
Metadata that indicates whether the
anchorHorizontalAlignment
property is editable.
Return values
$this —setAnchorIgnoreIfNotPresent()
Sets anchor_ignore_if_not_present
public
setAnchorIgnoreIfNotPresent(string|null $anchor_ignore_if_not_present) : $this
Parameters
- $anchor_ignore_if_not_present : string|null
-
When set to true, this tab is ignored if anchorString is not found in the document.
Return values
$this —setAnchorIgnoreIfNotPresentMetadata()
Sets anchor_ignore_if_not_present_metadata
public
setAnchorIgnoreIfNotPresentMetadata(PropertyMetadata $anchor_ignore_if_not_present_metadata) : $this
Parameters
- $anchor_ignore_if_not_present_metadata : PropertyMetadata
-
Metadata that indicates whether the
anchorIgnoreIfNotPresent
property is editable.
Return values
$this —setAnchorMatchWholeWord()
Sets anchor_match_whole_word
public
setAnchorMatchWholeWord(string|null $anchor_match_whole_word) : $this
Parameters
- $anchor_match_whole_word : string|null
-
When set to true, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is true.
Return values
$this —setAnchorMatchWholeWordMetadata()
Sets anchor_match_whole_word_metadata
public
setAnchorMatchWholeWordMetadata(PropertyMetadata $anchor_match_whole_word_metadata) : $this
Parameters
- $anchor_match_whole_word_metadata : PropertyMetadata
-
Metadata that indicates whether the
anchorMatchWholeWord
property is editable.
Return values
$this —setAnchorString()
Sets anchor_string
public
setAnchorString(string|null $anchor_string) : $this
Parameters
- $anchor_string : string|null
-
Anchor text information for a radio button.
Return values
$this —setAnchorStringMetadata()
Sets anchor_string_metadata
public
setAnchorStringMetadata(PropertyMetadata $anchor_string_metadata) : $this
Parameters
- $anchor_string_metadata : PropertyMetadata
-
Metadata that indicates whether the
anchorString
property is editable.
Return values
$this —setAnchorTabProcessorVersion()
Sets anchor_tab_processor_version
public
setAnchorTabProcessorVersion(string|null $anchor_tab_processor_version) : $this
Parameters
- $anchor_tab_processor_version : string|null
Return values
$this —setAnchorTabProcessorVersionMetadata()
Sets anchor_tab_processor_version_metadata
public
setAnchorTabProcessorVersionMetadata(PropertyMetadata $anchor_tab_processor_version_metadata) : $this
Parameters
- $anchor_tab_processor_version_metadata : PropertyMetadata
-
Reserved for DocuSign.
Return values
$this —setAnchorUnits()
Sets anchor_units
public
setAnchorUnits(string|null $anchor_units) : $this
Parameters
- $anchor_units : string|null
-
Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches.
Return values
$this —setAnchorUnitsMetadata()
Sets anchor_units_metadata
public
setAnchorUnitsMetadata(PropertyMetadata $anchor_units_metadata) : $this
Parameters
- $anchor_units_metadata : PropertyMetadata
-
Metadata that indicates whether the
anchorUnits
property is editable.
Return values
$this —setAnchorXOffset()
Sets anchor_x_offset
public
setAnchorXOffset(string|null $anchor_x_offset) : $this
Parameters
- $anchor_x_offset : string|null
-
Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString.
Return values
$this —setAnchorXOffsetMetadata()
Sets anchor_x_offset_metadata
public
setAnchorXOffsetMetadata(PropertyMetadata $anchor_x_offset_metadata) : $this
Parameters
- $anchor_x_offset_metadata : PropertyMetadata
-
Metadata that indicates whether the
anchorXOffset
property is editable.
Return values
$this —setAnchorYOffset()
Sets anchor_y_offset
public
setAnchorYOffset(string|null $anchor_y_offset) : $this
Parameters
- $anchor_y_offset : string|null
-
Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString.
Return values
$this —setAnchorYOffsetMetadata()
Sets anchor_y_offset_metadata
public
setAnchorYOffsetMetadata(PropertyMetadata $anchor_y_offset_metadata) : $this
Parameters
- $anchor_y_offset_metadata : PropertyMetadata
-
Metadata that indicates whether the
anchorYOffset
property is editable.
Return values
$this —setCaption()
Sets caption
public
setCaption(string|null $caption) : $this
Parameters
- $caption : string|null
Return values
$this —setCaptionMetadata()
Sets caption_metadata
public
setCaptionMetadata(PropertyMetadata $caption_metadata) : $this
Parameters
- $caption_metadata : PropertyMetadata
Return values
$this —setConditionalParentLabel()
Sets conditional_parent_label
public
setConditionalParentLabel(string|null $conditional_parent_label) : $this
Parameters
- $conditional_parent_label : string|null
-
For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility.
Return values
$this —setConditionalParentLabelMetadata()
Sets conditional_parent_label_metadata
public
setConditionalParentLabelMetadata(PropertyMetadata $conditional_parent_label_metadata) : $this
Parameters
- $conditional_parent_label_metadata : PropertyMetadata
-
Metadata that indicates whether the
conditionalParentLabel
property is editable.
Return values
$this —setConditionalParentValue()
Sets conditional_parent_value
public
setConditionalParentValue(string|null $conditional_parent_value) : $this
Parameters
- $conditional_parent_value : string|null
-
For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use "on" as the value to show that the parent tab is active.
Return values
$this —setConditionalParentValueMetadata()
Sets conditional_parent_value_metadata
public
setConditionalParentValueMetadata(PropertyMetadata $conditional_parent_value_metadata) : $this
Parameters
- $conditional_parent_value_metadata : PropertyMetadata
-
Metadata that indicates whether the
conditionalParentValue
property is editable.
Return values
$this —setCustomTabId()
Sets custom_tab_id
public
setCustomTabId(string|null $custom_tab_id) : $this
Parameters
- $custom_tab_id : string|null
-
The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.
Return values
$this —setCustomTabIdMetadata()
Sets custom_tab_id_metadata
public
setCustomTabIdMetadata(PropertyMetadata $custom_tab_id_metadata) : $this
Parameters
- $custom_tab_id_metadata : PropertyMetadata
-
Metadata that indicates whether the
customTabId
property is editable.
Return values
$this —setDocumentId()
Sets document_id
public
setDocumentId(string|null $document_id) : $this
Parameters
- $document_id : string|null
-
Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute.
Return values
$this —setDocumentIdMetadata()
Sets document_id_metadata
public
setDocumentIdMetadata(PropertyMetadata $document_id_metadata) : $this
Parameters
- $document_id_metadata : PropertyMetadata
-
Metadata that indicates whether the
documentId
property is editable.
Return values
$this —setErrorDetails()
Sets error_details
public
setErrorDetails(ErrorDetails $error_details) : $this
Parameters
- $error_details : ErrorDetails
-
Array or errors.
Return values
$this —setFormOrder()
Sets form_order
public
setFormOrder(string|null $form_order) : $this
Parameters
- $form_order : string|null
Return values
$this —setFormOrderMetadata()
Sets form_order_metadata
public
setFormOrderMetadata(PropertyMetadata $form_order_metadata) : $this
Parameters
- $form_order_metadata : PropertyMetadata
-
Metadata that indicates whether the
formOrder
property is editable.
Return values
$this —setFormPageLabel()
Sets form_page_label
public
setFormPageLabel(string|null $form_page_label) : $this
Parameters
- $form_page_label : string|null
Return values
$this —setFormPageLabelMetadata()
Sets form_page_label_metadata
public
setFormPageLabelMetadata(PropertyMetadata $form_page_label_metadata) : $this
Parameters
- $form_page_label_metadata : PropertyMetadata
-
Metadata that indicates whether the
formPageLabel
property is editable.
Return values
$this —setFormPageNumber()
Sets form_page_number
public
setFormPageNumber(string|null $form_page_number) : $this
Parameters
- $form_page_number : string|null
Return values
$this —setFormPageNumberMetadata()
Sets form_page_number_metadata
public
setFormPageNumberMetadata(PropertyMetadata $form_page_number_metadata) : $this
Parameters
- $form_page_number_metadata : PropertyMetadata
-
Metadata that indicates whether the
fromPageNumber
property is editable.
Return values
$this —setHeight()
Sets height
public
setHeight(string|null $height) : $this
Parameters
- $height : string|null
-
Height of the tab in pixels.
Return values
$this —setHeightMetadata()
Sets height_metadata
public
setHeightMetadata(PropertyMetadata $height_metadata) : $this
Parameters
- $height_metadata : PropertyMetadata
-
Metadata that indicates whether the
height
property is editable.
Return values
$this —setLocked()
Sets locked
public
setLocked(string|null $locked) : $this
Parameters
- $locked : string|null
-
When set to true, the signer cannot change the data of the custom tab.
Return values
$this —setLockedMetadata()
Sets locked_metadata
public
setLockedMetadata(PropertyMetadata $locked_metadata) : $this
Parameters
- $locked_metadata : PropertyMetadata
-
Metadata that indicates whether the
locked
property is editable.
Return values
$this —setMergeField()
Sets merge_field
public
setMergeField(MergeField $merge_field) : $this
Parameters
- $merge_field : MergeField
-
Contains the information necessary to map the tab to a field in SalesForce.
Return values
$this —setMergeFieldXml()
Sets merge_field_xml
public
setMergeFieldXml(string|null $merge_field_xml) : $this
Parameters
- $merge_field_xml : string|null
Return values
$this —setPageNumber()
Sets page_number
public
setPageNumber(string|null $page_number) : $this
Parameters
- $page_number : string|null
-
Specifies the page number on which the tab is located.
Return values
$this —setPageNumberMetadata()
Sets page_number_metadata
public
setPageNumberMetadata(PropertyMetadata $page_number_metadata) : $this
Parameters
- $page_number_metadata : PropertyMetadata
-
Metadata that indicates whether the
pageNumber
property is editable.
Return values
$this —setRecipientId()
Sets recipient_id
public
setRecipientId(string|null $recipient_id) : $this
Parameters
- $recipient_id : string|null
-
Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.
Return values
$this —setRecipientIdGuid()
Sets recipient_id_guid
public
setRecipientIdGuid(string|null $recipient_id_guid) : $this
Parameters
- $recipient_id_guid : string|null
Return values
$this —setRecipientIdGuidMetadata()
Sets recipient_id_guid_metadata
public
setRecipientIdGuidMetadata(PropertyMetadata $recipient_id_guid_metadata) : $this
Parameters
- $recipient_id_guid_metadata : PropertyMetadata
-
Metadata that indicates whether the
recipientIdGuid
property is editable.
Return values
$this —setRecipientIdMetadata()
Sets recipient_id_metadata
public
setRecipientIdMetadata(PropertyMetadata $recipient_id_metadata) : $this
Parameters
- $recipient_id_metadata : PropertyMetadata
-
Metadata that indicates whether the
recipientId
property is editable.
Return values
$this —setRequired()
Sets required
public
setRequired(string|null $required) : $this
Parameters
- $required : string|null
-
When set to true, the signer is required to fill out this tab
Return values
$this —setRequiredMetadata()
Sets required_metadata
public
setRequiredMetadata(PropertyMetadata $required_metadata) : $this
Parameters
- $required_metadata : PropertyMetadata
-
Metadata that indicates whether the
required
property is editable.
Return values
$this —setSmartContractInformation()
Sets smart_contract_information
public
setSmartContractInformation(SmartContractInformation $smart_contract_information) : $this
Parameters
- $smart_contract_information : SmartContractInformation
-
Reserved for DocuSign.
Return values
$this —setSource()
Sets source
public
setSource(string|null $source) : $this
Parameters
- $source : string|null
Return values
$this —setStatus()
Sets status
public
setStatus(string|null $status) : $this
Parameters
- $status : string|null
-
Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.
Return values
$this —setStatusMetadata()
Sets status_metadata
public
setStatusMetadata(PropertyMetadata $status_metadata) : $this
Parameters
- $status_metadata : PropertyMetadata
-
Metadata that indicates whether the
status
property is editable.
Return values
$this —setTabGroupLabels()
Sets tab_group_labels
public
setTabGroupLabels(array<string|int, ?string> $tab_group_labels) : $this
Parameters
- $tab_group_labels : array<string|int, ?string>
Return values
$this —setTabGroupLabelsMetadata()
Sets tab_group_labels_metadata
public
setTabGroupLabelsMetadata(PropertyMetadata $tab_group_labels_metadata) : $this
Parameters
- $tab_group_labels_metadata : PropertyMetadata
-
Metadata that indicates whether the
tabGroupLabels
property is editable.
Return values
$this —setTabId()
Sets tab_id
public
setTabId(string|null $tab_id) : $this
Parameters
- $tab_id : string|null
-
The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call].
Return values
$this —setTabIdMetadata()
Sets tab_id_metadata
public
setTabIdMetadata(PropertyMetadata $tab_id_metadata) : $this
Parameters
- $tab_id_metadata : PropertyMetadata
-
Metadata that indicates whether the
tabId
property is editable.
Return values
$this —setTabOrder()
Sets tab_order
public
setTabOrder(string|null $tab_order) : $this
Parameters
- $tab_order : string|null
Return values
$this —setTabOrderMetadata()
Sets tab_order_metadata
public
setTabOrderMetadata(PropertyMetadata $tab_order_metadata) : $this
Parameters
- $tab_order_metadata : PropertyMetadata
-
Metadata that indicates whether the
tabOrder
property is editable.
Return values
$this —setTabType()
Sets tab_type
public
setTabType(string|null $tab_type) : $this
Parameters
- $tab_type : string|null
Return values
$this —setTabTypeMetadata()
Sets tab_type_metadata
public
setTabTypeMetadata(PropertyMetadata $tab_type_metadata) : $this
Parameters
- $tab_type_metadata : PropertyMetadata
-
Metadata that indicates whether the
tabType
property is editable.
Return values
$this —setTemplateLocked()
Sets template_locked
public
setTemplateLocked(string|null $template_locked) : $this
Parameters
- $template_locked : string|null
-
When set to true, the sender cannot change any attributes of the recipient. Used only when working with template recipients.
Return values
$this —setTemplateLockedMetadata()
Sets template_locked_metadata
public
setTemplateLockedMetadata(PropertyMetadata $template_locked_metadata) : $this
Parameters
- $template_locked_metadata : PropertyMetadata
-
Metadata that indicates whether the
templateLocked
property is editable.
Return values
$this —setTemplateRequired()
Sets template_required
public
setTemplateRequired(string|null $template_required) : $this
Parameters
- $template_required : string|null
-
When set to true, the sender may not remove the recipient. Used only when working with template recipients.
Return values
$this —setTemplateRequiredMetadata()
Sets template_required_metadata
public
setTemplateRequiredMetadata(PropertyMetadata $template_required_metadata) : $this
Parameters
- $template_required_metadata : PropertyMetadata
-
Metadata that indicates whether the
templateRequired
property is editable.
Return values
$this —setters()
Array of attributes to setter functions (for deserialization of responses)
public
static setters() : array<string|int, mixed>
Return values
array<string|int, mixed> —setTooltip()
Sets tooltip
public
setTooltip(string|null $tooltip) : $this
Parameters
- $tooltip : string|null
Return values
$this —setToolTipMetadata()
Sets tool_tip_metadata
public
setToolTipMetadata(PropertyMetadata $tool_tip_metadata) : $this
Parameters
- $tool_tip_metadata : PropertyMetadata
-
Metadata that indicates whether the
toolTip
property is editable.
Return values
$this —setWidth()
Sets width
public
setWidth(string|null $width) : $this
Parameters
- $width : string|null
-
Width of the tab in pixels.
Return values
$this —setWidthMetadata()
Sets width_metadata
public
setWidthMetadata(PropertyMetadata $width_metadata) : $this
Parameters
- $width_metadata : PropertyMetadata
-
Metadata that indicates whether the
width
property is editable.
Return values
$this —setXPosition()
Sets x_position
public
setXPosition(string|null $x_position) : $this
Parameters
- $x_position : string|null
-
This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position.
Return values
$this —setXPositionMetadata()
Sets x_position_metadata
public
setXPositionMetadata(PropertyMetadata $x_position_metadata) : $this
Parameters
- $x_position_metadata : PropertyMetadata
-
Metadata that indicates whether the
xPosition
property is editable.
Return values
$this —setYPosition()
Sets y_position
public
setYPosition(string|null $y_position) : $this
Parameters
- $y_position : string|null
-
This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position.
Return values
$this —setYPositionMetadata()
Sets y_position_metadata
public
setYPositionMetadata(PropertyMetadata $y_position_metadata) : $this
Parameters
- $y_position_metadata : PropertyMetadata
-
Metadata that indicates whether the
yPosition
property is editable.
Return values
$this —swaggerFormats()
Array of property to format mappings. Used for (de)serialization
public
static swaggerFormats() : array<string|int, mixed>
Return values
array<string|int, mixed> —swaggerTypes()
Array of property to type mappings. Used for (de)serialization
public
static swaggerTypes() : array<string|int, mixed>
Return values
array<string|int, mixed> —valid()
Validate all the properties in the model return true if all passed
public
valid() : bool
Return values
bool —True if all properties are valid