View Source DocuSign.Model.BillingPlanResponse (DocuSign v1.4.0)

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)