new module:model/DocumentFieldsInformation()
Constructs a new DocumentFieldsInformation
.
Members
(inner) documentFields :Array.<module:model/NameValue>
The array of name/value custom data strings to be added to a document. Custom document field information is returned in the status, but otherwise is not used by DocuSign. The array contains the elements: * name - A string that can be a maximum of 50 characters. * value - A string that can be a maximum of 200 characters. IMPORTANT: If you are using xml, the name/value pair is contained in a nameValue element.
Type:
- Array.<module:model/NameValue>
Methods
(static) constructFromObject(data, obj) → {module:model/DocumentFieldsInformation}
Constructs a DocumentFieldsInformation
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/DocumentFieldsInformation | Optional instance to populate. |
Returns:
The populated DocumentFieldsInformation
instance.