View Source DocuSign.Model.ConnectSalesforceField (DocuSign v1.2.0)

This object is used to match a DocuSign field to a Salesforce field so that DocuSign can send information to your Salesforce account.

Summary

Types

@type t() :: %DocuSign.Model.ConnectSalesforceField{
  dsAttribute: String.t() | nil,
  dsLink: String.t() | nil,
  dsNode: String.t() | nil,
  id: String.t() | nil,
  sfField: String.t() | nil,
  sfFieldName: String.t() | nil,
  sfFolder: String.t() | nil,
  sfLockedValue: String.t() | nil
}