Class: DocuSign_eSign::GetPlanOptions

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

#include_credit_card_informationObject

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_informationObject

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_metadataObject

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_plansObject

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_idObject

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

.defaultObject



32
33
34
# File 'lib/docusign_esign/api/billing_api.rb', line 32

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