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

An object used to identify the features and attributes of the account being created.

Summary

Types

@type t() :: %DocuSign.Model.PlanInformation{
  addOns: [DocuSign.Model.AddOn.t()] | nil,
  currencyCode: String.t() | nil,
  freeTrialDaysOverride: String.t() | nil,
  planFeatureSets: [DocuSign.Model.FeatureSet.t()] | nil,
  planId: String.t() | nil,
  recipientDomains: [DocuSign.Model.RecipientDomain.t()] | nil
}