class DocuSign_eSign::GetPlanOptions
Attributes
include_credit_card_information[RW]
When set to *true*, excludes credit card information from the response.
include_downgrade_information[RW]
include_metadata[RW]
When set to *true*, the `canUpgrade` and `renewalStatus` properities are included the response and an array of `supportedCountries` property is added to the `billingAddress` information.
include_successor_plans[RW]
When set to *true*, excludes successor information from the response.
include_tax_exempt_id[RW]
Public Class Methods
default()
click to toggle source
# File lib/docusign_esign/api/billing_api.rb, line 32 def self.default @@default ||= GetPlanOptions.new end