Documentation

GetEnvelopeTransferRulesOptions
in package

GetEnvelopeTransferRulesOptions 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

Table of Contents

$count  : string|null
$count
$start_position  : string|null
$start_position
getCount()  : string|null
Gets count
getStartPosition()  : string|null
Gets start_position
setCount()  : self
Sets count
setStartPosition()  : self
Sets start_position

Properties

$start_position

$start_position

protected string|null $start_position = null

Methods

getCount()

Gets count

public getCount() : string|null
Return values
string|null

getStartPosition()

Gets start_position

public getStartPosition() : string|null
Return values
string|null

setCount()

Sets count

public setCount(string|null $count) : self
Parameters
$count : string|null
Return values
self

setStartPosition()

Sets start_position

public setStartPosition(string|null $start_position) : self
Parameters
$start_position : string|null
Return values
self

Search results