EnvelopeFieldResponse
in package
Field payload returned for an envelope recipient.
Table of Contents
Properties
Methods
- __construct() : mixed
- fromArray() : self
- getName() : string
- getType() : string
- Returns one of the DocumentFieldType constants.
- getValue() : mixed|null
- isChecked() : bool|null
Properties
$checked
private
bool|null
$checked
$name
private
string
$name
$type
private
string
$type
One of the DocumentFieldType constants.
$value
private
mixed|null
$value
Methods
__construct()
public
__construct(string $name, string $type[, mixed|null $value = null ][, bool|null $checked = null ]) : mixed
Parameters
- $name : string
- $type : string
-
One of the DocumentFieldType constants.
- $value : mixed|null = null
- $checked : bool|null = null
fromArray()
public
static fromArray(array<string, mixed> $payload) : self
Parameters
- $payload : array<string, mixed>
Return values
selfgetName()
public
getName() : string
Return values
stringgetType()
Returns one of the DocumentFieldType constants.
public
getType() : string
Return values
stringgetValue()
public
getValue() : mixed|null
Return values
mixed|nullisChecked()
public
isChecked() : bool|null