View Source DocuSign.Model.RecipientUpdateResponse (DocuSign v1.2.0)
The recipient details that are returned after you update the recipient.
Summary
Types
@type t() :: %DocuSign.Model.RecipientUpdateResponse{ combined: String.t() | nil, errorDetails: DocuSign.Model.ErrorDetails.t() | nil, recipientId: String.t() | nil, recipientIdGuid: String.t() | nil, tabs: DocuSign.Model.EnvelopeRecipientTabs.t() | nil }