Documentation

EnvelopeTransferRuleInformation
in package
implements ModelInterface, ArrayAccess

EnvelopeTransferRuleInformation Class Doc Comment

Tags
category

Class

author

Swagger Codegen team apihelp@docusign.com

license

The DocuSign PHP Client SDK is licensed under the MIT License.

link
https://github.com/swagger-api/swagger-codegen

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
getEndPosition()  : string|null
Gets end_position
getEnvelopeTransferRules()  : array<string|int, EnvelopeTransferRule>
Gets envelope_transfer_rules
getModelName()  : string
The original name of the model.
getNextUri()  : string|null
Gets next_uri
getPreviousUri()  : string|null
Gets previous_uri
getResultSetSize()  : string|null
Gets result_set_size
getStartPosition()  : string|null
Gets start_position
getters()  : array<string|int, mixed>
Array of attributes to getter functions (for serialization of requests)
getTotalSetSize()  : string|null
Gets total_set_size
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.
setEndPosition()  : $this
Sets end_position
setEnvelopeTransferRules()  : $this
Sets envelope_transfer_rules
setNextUri()  : $this
Sets next_uri
setPreviousUri()  : $this
Sets previous_uri
setResultSetSize()  : $this
Sets result_set_size
setStartPosition()  : $this
Sets start_position
setters()  : array<string|int, mixed>
Array of attributes to setter functions (for deserialization of responses)
setTotalSetSize()  : $this
Sets total_set_size
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

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 = ['end_position' => 'endPosition', 'envelope_transfer_rules' => 'envelopeTransferRules', 'next_uri' => 'nextUri', 'previous_uri' => 'previousUri', 'result_set_size' => 'resultSetSize', 'start_position' => 'startPosition', 'total_set_size' => 'totalSetSize']

$getters

Array of attributes to getter functions (for serialization of requests)

protected static array<string|int, string> $getters = ['end_position' => 'getEndPosition', 'envelope_transfer_rules' => 'getEnvelopeTransferRules', 'next_uri' => 'getNextUri', 'previous_uri' => 'getPreviousUri', 'result_set_size' => 'getResultSetSize', 'start_position' => 'getStartPosition', 'total_set_size' => 'getTotalSetSize']

$setters

Array of attributes to setter functions (for deserialization of responses)

protected static array<string|int, string> $setters = ['end_position' => 'setEndPosition', 'envelope_transfer_rules' => 'setEnvelopeTransferRules', 'next_uri' => 'setNextUri', 'previous_uri' => 'setPreviousUri', 'result_set_size' => 'setResultSetSize', 'start_position' => 'setStartPosition', 'total_set_size' => 'setTotalSetSize']

$swaggerFormats

Array of property to format mappings. Used for (de)serialization

protected static array<string|int, string> $swaggerFormats = ['end_position' => null, 'envelope_transfer_rules' => null, 'next_uri' => null, 'previous_uri' => null, 'result_set_size' => null, 'start_position' => null, 'total_set_size' => null]

$swaggerTypes

Array of property to type mappings. Used for (de)serialization

protected static array<string|int, string> $swaggerTypes = ['end_position' => '?string', 'envelope_transfer_rules' => '\\DocuSign\\eSign\\Model\\EnvelopeTransferRule[]', 'next_uri' => '?string', 'previous_uri' => '?string', 'result_set_size' => '?string', 'start_position' => '?string', 'total_set_size' => '?string']

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

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>

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

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

setEndPosition()

Sets end_position

public setEndPosition(string|null $end_position) : $this
Parameters
$end_position : string|null

The last position in the result set.

Return values
$this

setNextUri()

Sets next_uri

public setNextUri(string|null $next_uri) : $this
Parameters
$next_uri : string|null

The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null.

Return values
$this

setPreviousUri()

Sets previous_uri

public setPreviousUri(string|null $previous_uri) : $this
Parameters
$previous_uri : string|null

The postal code for the billing address.

Return values
$this

setResultSetSize()

Sets result_set_size

public setResultSetSize(string|null $result_set_size) : $this
Parameters
$result_set_size : string|null

The number of results returned in this response.

Return values
$this

setStartPosition()

Sets start_position

public setStartPosition(string|null $start_position) : $this
Parameters
$start_position : string|null

Starting position of the current result set.

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>

setTotalSetSize()

Sets total_set_size

public setTotalSetSize(string|null $total_set_size) : $this
Parameters
$total_set_size : string|null

The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response.

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

Search results