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_downgrade_information ⇒ Object
Returns the value of attribute include_downgrade_information.
-
#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.
-
#include_successor_plans ⇒ Object
When set to true, excludes successor information from the response.
-
#include_tax_exempt_id ⇒ Object
Returns the value of attribute include_tax_exempt_id.
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_downgrade_information ⇒ Object
Returns the value of attribute include_downgrade_information.
21 22 23 |
# File 'lib/docusign_esign/api/billing_api.rb', line 21 def include_downgrade_information @include_downgrade_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.
24 25 26 |
# File 'lib/docusign_esign/api/billing_api.rb', line 24 def @include_metadata end |
#include_successor_plans ⇒ Object
When set to true, excludes successor information from the response.
27 28 29 |
# File 'lib/docusign_esign/api/billing_api.rb', line 27 def include_successor_plans @include_successor_plans end |
#include_tax_exempt_id ⇒ Object
Returns the value of attribute include_tax_exempt_id.
30 31 32 |
# File 'lib/docusign_esign/api/billing_api.rb', line 30 def include_tax_exempt_id @include_tax_exempt_id end |
Class Method Details
.default ⇒ Object
32 33 34 |
# File 'lib/docusign_esign/api/billing_api.rb', line 32 def self.default @@default ||= GetPlanOptions.new end |