@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class DocumentFieldsInformation extends Object
| Constructor and Description |
|---|
DocumentFieldsInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<NameValue> |
getDocumentFields()
The array of name/value custom data strings to be added to a document.
|
int |
hashCode() |
void |
setDocumentFields(List<NameValue> documentFields) |
String |
toString() |
public List<NameValue> getDocumentFields()
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: \n\n* name – A string that can be a maximum of 50 characters. \n* value – A string that can be a maximum of 200 characters.\n\n*IMPORTANT*: If you are using xml, the name/value pair is contained in a nameValue element.
Copyright © 2017. All Rights Reserved.