Class: ChargeBee::QuotedSubscription::QuotedContractTerm

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

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

#action_at_term_endObject

Returns the value of attribute action_at_term_end.



25
26
27
# File 'lib/chargebee/models/quoted_subscription.rb', line 25

def action_at_term_end
  @action_at_term_end
end

#billing_cycleObject

Returns the value of attribute billing_cycle.



25
26
27
# File 'lib/chargebee/models/quoted_subscription.rb', line 25

def billing_cycle
  @billing_cycle
end

#cancellation_cutoff_periodObject

Returns the value of attribute cancellation_cutoff_period.



25
26
27
# File 'lib/chargebee/models/quoted_subscription.rb', line 25

def cancellation_cutoff_period
  @cancellation_cutoff_period
end

#contract_endObject

Returns the value of attribute contract_end.



25
26
27
# File 'lib/chargebee/models/quoted_subscription.rb', line 25

def contract_end
  @contract_end
end

#contract_startObject

Returns the value of attribute contract_start.



25
26
27
# File 'lib/chargebee/models/quoted_subscription.rb', line 25

def contract_start
  @contract_start
end

#total_contract_valueObject

Returns the value of attribute total_contract_value.



25
26
27
# File 'lib/chargebee/models/quoted_subscription.rb', line 25

def total_contract_value
  @total_contract_value
end