RecipientSignatureProviderOptions
in package
implements
ModelInterface, ArrayAccess
RecipientSignatureProviderOptions 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
- getCpfNumber() : string|null
- Gets cpf_number
- getCpfNumberMetadata() : PropertyMetadata
- Gets cpf_number_metadata
- getModelName() : string
- The original name of the model.
- getOneTimePassword() : string|null
- Gets one_time_password
- getOneTimePasswordMetadata() : PropertyMetadata
- Gets one_time_password_metadata
- getSignerRole() : string|null
- Gets signer_role
- getSignerRoleMetadata() : PropertyMetadata
- Gets signer_role_metadata
- getSms() : string|null
- Gets sms
- getSmsMetadata() : PropertyMetadata
- Gets sms_metadata
- getters() : array<string|int, mixed>
- Array of attributes to getter functions (for serialization of requests)
- 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.
- setCpfNumber() : $this
- Sets cpf_number
- setCpfNumberMetadata() : $this
- Sets cpf_number_metadata
- setOneTimePassword() : $this
- Sets one_time_password
- setOneTimePasswordMetadata() : $this
- Sets one_time_password_metadata
- setSignerRole() : $this
- Sets signer_role
- setSignerRoleMetadata() : $this
- Sets signer_role_metadata
- setSms() : $this
- Sets sms
- setSmsMetadata() : $this
- Sets sms_metadata
- setters() : array<string|int, mixed>
- Array of attributes to setter functions (for deserialization of responses)
- 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
= ['cpf_number' => 'cpfNumber', 'cpf_number_metadata' => 'cpfNumberMetadata', 'one_time_password' => 'oneTimePassword', 'one_time_password_metadata' => 'oneTimePasswordMetadata', 'signer_role' => 'signerRole', 'signer_role_metadata' => 'signerRoleMetadata', 'sms' => 'sms', 'sms_metadata' => 'smsMetadata']
$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
= ['cpf_number' => 'getCpfNumber', 'cpf_number_metadata' => 'getCpfNumberMetadata', 'one_time_password' => 'getOneTimePassword', 'one_time_password_metadata' => 'getOneTimePasswordMetadata', 'signer_role' => 'getSignerRole', 'signer_role_metadata' => 'getSignerRoleMetadata', 'sms' => 'getSms', 'sms_metadata' => 'getSmsMetadata']
$setters
Array of attributes to setter functions (for deserialization of responses)
protected
static array<string|int, string>
$setters
= ['cpf_number' => 'setCpfNumber', 'cpf_number_metadata' => 'setCpfNumberMetadata', 'one_time_password' => 'setOneTimePassword', 'one_time_password_metadata' => 'setOneTimePasswordMetadata', 'signer_role' => 'setSignerRole', 'signer_role_metadata' => 'setSignerRoleMetadata', 'sms' => 'setSms', 'sms_metadata' => 'setSmsMetadata']
$swaggerFormats
Array of property to format mappings. Used for (de)serialization
protected
static array<string|int, string>
$swaggerFormats
= ['cpf_number' => null, 'cpf_number_metadata' => null, 'one_time_password' => null, 'one_time_password_metadata' => null, 'signer_role' => null, 'signer_role_metadata' => null, 'sms' => null, 'sms_metadata' => null]
$swaggerModelName
The original name of the model.
protected
static string
$swaggerModelName
= 'recipientSignatureProviderOptions'
$swaggerTypes
Array of property to type mappings. Used for (de)serialization
protected
static array<string|int, string>
$swaggerTypes
= ['cpf_number' => '?string', 'cpf_number_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'one_time_password' => '?string', 'one_time_password_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'signer_role' => '?string', 'signer_role_metadata' => '\\DocuSign\\eSign\\Model\\PropertyMetadata', 'sms' => '?string', 'sms_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> —getCpfNumber()
Gets cpf_number
public
getCpfNumber() : string|null
Return values
string|null —getCpfNumberMetadata()
Gets cpf_number_metadata
public
getCpfNumberMetadata() : PropertyMetadata
Return values
PropertyMetadata —getModelName()
The original name of the model.
public
getModelName() : string
Return values
string —getOneTimePassword()
Gets one_time_password
public
getOneTimePassword() : string|null
Return values
string|null —getOneTimePasswordMetadata()
Gets one_time_password_metadata
public
getOneTimePasswordMetadata() : PropertyMetadata
Return values
PropertyMetadata —getSignerRole()
Gets signer_role
public
getSignerRole() : string|null
Return values
string|null —getSignerRoleMetadata()
Gets signer_role_metadata
public
getSignerRoleMetadata() : PropertyMetadata
Return values
PropertyMetadata —getSms()
Gets sms
public
getSms() : string|null
Return values
string|null —getSmsMetadata()
Gets sms_metadata
public
getSmsMetadata() : 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> —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 —setCpfNumber()
Sets cpf_number
public
setCpfNumber(string|null $cpf_number) : $this
Parameters
- $cpf_number : string|null
Return values
$this —setCpfNumberMetadata()
Sets cpf_number_metadata
public
setCpfNumberMetadata(PropertyMetadata $cpf_number_metadata) : $this
Parameters
- $cpf_number_metadata : PropertyMetadata
-
Reserved for DocuSign.
Return values
$this —setOneTimePassword()
Sets one_time_password
public
setOneTimePassword(string|null $one_time_password) : $this
Parameters
- $one_time_password : string|null
Return values
$this —setOneTimePasswordMetadata()
Sets one_time_password_metadata
public
setOneTimePasswordMetadata(PropertyMetadata $one_time_password_metadata) : $this
Parameters
- $one_time_password_metadata : PropertyMetadata
-
Metadata that indicates whether the
oneTimePassword
property is editable.
Return values
$this —setSignerRole()
Sets signer_role
public
setSignerRole(string|null $signer_role) : $this
Parameters
- $signer_role : string|null
Return values
$this —setSignerRoleMetadata()
Sets signer_role_metadata
public
setSignerRoleMetadata(PropertyMetadata $signer_role_metadata) : $this
Parameters
- $signer_role_metadata : PropertyMetadata
-
Metadata that indicates whether the
signerRole
property is editable.
Return values
$this —setSms()
Sets sms
public
setSms(string|null $sms) : $this
Parameters
- $sms : string|null
Return values
$this —setSmsMetadata()
Sets sms_metadata
public
setSmsMetadata(PropertyMetadata $sms_metadata) : $this
Parameters
- $sms_metadata : PropertyMetadata
-
Metadata that indicates whether the
sms
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> —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