new module:model/RecipientSignatureProviderOptions()
Constructs a new RecipientSignatureProviderOptions
.
Option settings for the signature provider. Different providers require or use different options. The current provider list and the options they require.
Members
(inner) cpfNumber :String
Type:
- String
(inner) cpfNumberMetadata :module:model/PropertyMetadata
Reserved for DocuSign.
Type:
(inner) oneTimePassword :String
Type:
- String
(inner) oneTimePasswordMetadata :module:model/PropertyMetadata
Metadata that indicates whether the oneTimePassword
property is editable.
Type:
(inner) signerRole :String
Type:
- String
(inner) signerRoleMetadata :module:model/PropertyMetadata
Metadata that indicates whether the signerRole
property is editable.
Type:
(inner) sms :String
Type:
- String
(inner) smsMetadata :module:model/PropertyMetadata
Metadata that indicates whether the sms
property is editable.
Type:
Methods
(static) constructFromObject(data, obj) → {module:model/RecipientSignatureProviderOptions}
Constructs a RecipientSignatureProviderOptions
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/RecipientSignatureProviderOptions | Optional instance to populate. |
Returns:
The populated RecipientSignatureProviderOptions
instance.