Class: ChargeBee::ContractTerm

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/contract_term.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.



4
5
6
# File 'lib/chargebee/models/contract_term.rb', line 4

def action_at_term_end
  @action_at_term_end
end

#billing_cycleObject

Returns the value of attribute billing_cycle.



4
5
6
# File 'lib/chargebee/models/contract_term.rb', line 4

def billing_cycle
  @billing_cycle
end

#cancellation_cutoff_periodObject

Returns the value of attribute cancellation_cutoff_period.



4
5
6
# File 'lib/chargebee/models/contract_term.rb', line 4

def cancellation_cutoff_period
  @cancellation_cutoff_period
end

#contract_endObject

Returns the value of attribute contract_end.



4
5
6
# File 'lib/chargebee/models/contract_term.rb', line 4

def contract_end
  @contract_end
end

#contract_startObject

Returns the value of attribute contract_start.



4
5
6
# File 'lib/chargebee/models/contract_term.rb', line 4

def contract_start
  @contract_start
end

#created_atObject

Returns the value of attribute created_at.



4
5
6
# File 'lib/chargebee/models/contract_term.rb', line 4

def created_at
  @created_at
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/chargebee/models/contract_term.rb', line 4

def id
  @id
end

#remaining_billing_cyclesObject

Returns the value of attribute remaining_billing_cycles.



4
5
6
# File 'lib/chargebee/models/contract_term.rb', line 4

def remaining_billing_cycles
  @remaining_billing_cycles
end

#statusObject

Returns the value of attribute status.



4
5
6
# File 'lib/chargebee/models/contract_term.rb', line 4

def status
  @status
end

#subscription_idObject

Returns the value of attribute subscription_id.



4
5
6
# File 'lib/chargebee/models/contract_term.rb', line 4

def subscription_id
  @subscription_id
end

#total_contract_valueObject

Returns the value of attribute total_contract_value.



4
5
6
# File 'lib/chargebee/models/contract_term.rb', line 4

def total_contract_value
  @total_contract_value
end