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

Class Method Details

.defaultObject



29
30
31
# File 'lib/docusign_esign/api/billing_api.rb', line 29

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