Class: DocuSign_eSign::GetPlanOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::GetPlanOptions
- Defined in:
- lib/docusign_esign/api/billing_api.rb
Instance Attribute Summary collapse
-
#include_credit_card_information ⇒ Object
When set to true, excludes credit card information from the response.
-
#include_metadata ⇒ Object
When set to true, the
canUpgradeandrenewalStatusproperities are included the response and an array ofsupportedCountriesproperty is added to thebillingAddressinformation. -
#include_successor_plans ⇒ Object
When set to true, excludes successor information from the response.
Class Method Summary collapse
Instance Attribute Details
#include_credit_card_information ⇒ Object
When set to true, excludes credit card information from the response.
18 19 20 |
# File 'lib/docusign_esign/api/billing_api.rb', line 18 def include_credit_card_information @include_credit_card_information end |
#include_metadata ⇒ Object
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.
21 22 23 |
# File 'lib/docusign_esign/api/billing_api.rb', line 21 def end |
#include_successor_plans ⇒ Object
When set to true, excludes successor information from the response.
24 25 26 |
# File 'lib/docusign_esign/api/billing_api.rb', line 24 def include_successor_plans @include_successor_plans end |
Class Method Details
.default ⇒ Object
26 27 28 |
# File 'lib/docusign_esign/api/billing_api.rb', line 26 def self.default @@default ||= GetPlanOptions.new end |