DocuSign v0.2.0 DocuSign.Model.NewAccountSummary View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %DocuSign.Model.NewAccountSummary{
  accountId: String.t(),
  accountIdGuid: String.t(),
  accountName: String.t(),
  apiPassword: String.t(),
  baseUrl: String.t(),
  billingPlanPreview: BillingPlanPreview,
  userId: String.t()
}