DocuSign v0.2.0 DocuSign.Model.MergeField View Source

Contains information for transfering values between Salesforce data fields and DocuSign Tabs.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %DocuSign.Model.MergeField{
  allowSenderToEdit: String.t(),
  configurationType: String.t(),
  path: String.t(),
  row: String.t(),
  writeBack: String.t()
}