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.



63
64
65
# File 'lib/docusign_esign/api/billing_api.rb', line 63

def preview_billing_plan
  @preview_billing_plan
end

Class Method Details

.defaultObject



65
66
67
# File 'lib/docusign_esign/api/billing_api.rb', line 65

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