Class: DocuSign_eSign::UpdatePlanOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign_esign/api/billing_api.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#preview_billing_planObject

When set to true, updates the account using a preview billing plan.



58
59
60
# File 'lib/docusign_esign/api/billing_api.rb', line 58

def preview_billing_plan
  @preview_billing_plan
end

Class Method Details

.defaultObject



60
61
62
# File 'lib/docusign_esign/api/billing_api.rb', line 60

def self.default
  @@default ||= UpdatePlanOptions.new
end