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.



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

def preview_billing_plan
  @preview_billing_plan
end

Class Method Details

.defaultObject



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

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