DocuSign.Model.BillingPlanResponse (DocuSign v2.2.3)

View Source

Defines a billing plan response object.

Summary

Types

t()

@type t() :: %DocuSign.Model.BillingPlanResponse{
  billingPlan: DocuSign.Model.BillingPlan.t() | nil,
  successorPlans: [DocuSign.Model.BillingPlan.t()] | nil
}

Functions

decode(value)