Class: DocuSign_eSign::UpdatePlanOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::UpdatePlanOptions
- Defined in:
- lib/docusign_esign/api/billing_api.rb
Instance Attribute Summary collapse
-
#preview_billing_plan ⇒ Object
When set to true, updates the account using a preview billing plan.
Class Method Summary collapse
Instance Attribute Details
#preview_billing_plan ⇒ Object
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
.default ⇒ Object
65 66 67 |
# File 'lib/docusign_esign/api/billing_api.rb', line 65 def self.default @@default ||= UpdatePlanOptions.new end |