Class: ChargeBee::SubscriptionEstimate

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/subscription_estimate.rb

Defined Under Namespace

Classes: ContractTerm, ShippingAddress

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #to_s, uri_path

Constructor Details

This class inherits a constructor from ChargeBee::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ChargeBee::Model

Instance Attribute Details

#contract_termObject

Returns the value of attribute contract_term.



12
13
14
# File 'lib/chargebee/models/subscription_estimate.rb', line 12

def contract_term
  @contract_term
end

#currency_codeObject

Returns the value of attribute currency_code.



12
13
14
# File 'lib/chargebee/models/subscription_estimate.rb', line 12

def currency_code
  @currency_code
end

#idObject

Returns the value of attribute id.



12
13
14
# File 'lib/chargebee/models/subscription_estimate.rb', line 12

def id
  @id
end

#next_billing_atObject

Returns the value of attribute next_billing_at.



12
13
14
# File 'lib/chargebee/models/subscription_estimate.rb', line 12

def next_billing_at
  @next_billing_at
end

#pause_dateObject

Returns the value of attribute pause_date.



12
13
14
# File 'lib/chargebee/models/subscription_estimate.rb', line 12

def pause_date
  @pause_date
end

#resume_dateObject

Returns the value of attribute resume_date.



12
13
14
# File 'lib/chargebee/models/subscription_estimate.rb', line 12

def resume_date
  @resume_date
end

#shipping_addressObject

Returns the value of attribute shipping_address.



12
13
14
# File 'lib/chargebee/models/subscription_estimate.rb', line 12

def shipping_address
  @shipping_address
end

#statusObject

Returns the value of attribute status.



12
13
14
# File 'lib/chargebee/models/subscription_estimate.rb', line 12

def status
  @status
end

#trial_end_actionObject

Returns the value of attribute trial_end_action.



12
13
14
# File 'lib/chargebee/models/subscription_estimate.rb', line 12

def trial_end_action
  @trial_end_action
end