Class: ChargeBee::PaymentScheduleScheme
- Defined in:
 - lib/chargebee/models/payment_schedule_scheme.rb
 
Defined Under Namespace
Classes: PreferredSchedule
Instance Attribute Summary collapse
- 
  
    
      #created_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute created_at.
 - 
  
    
      #description  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute description.
 - 
  
    
      #id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute id.
 - 
  
    
      #number_of_schedules  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute number_of_schedules.
 - 
  
    
      #period  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute period.
 - 
  
    
      #period_unit  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute period_unit.
 - 
  
    
      #preferred_schedules  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute preferred_schedules.
 - 
  
    
      #resource_version  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute resource_version.
 - 
  
    
      #updated_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute updated_at.
 
Class Method Summary collapse
- 
  
    
      .create(params, env = nil, headers = {})  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
OPERATIONS ———–.
 - .delete(id, env = nil, headers = {}) ⇒ Object
 - .retrieve(id, env = nil, headers = {}) ⇒ Object
 
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #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
#created_at ⇒ Object
Returns the value of attribute created_at.
      8 9 10  | 
    
      # File 'lib/chargebee/models/payment_schedule_scheme.rb', line 8 def created_at @created_at end  | 
  
#description ⇒ Object
Returns the value of attribute description.
      8 9 10  | 
    
      # File 'lib/chargebee/models/payment_schedule_scheme.rb', line 8 def description @description end  | 
  
#id ⇒ Object
Returns the value of attribute id.
      8 9 10  | 
    
      # File 'lib/chargebee/models/payment_schedule_scheme.rb', line 8 def id @id end  | 
  
#number_of_schedules ⇒ Object
Returns the value of attribute number_of_schedules.
      8 9 10  | 
    
      # File 'lib/chargebee/models/payment_schedule_scheme.rb', line 8 def number_of_schedules @number_of_schedules end  | 
  
#period ⇒ Object
Returns the value of attribute period.
      8 9 10  | 
    
      # File 'lib/chargebee/models/payment_schedule_scheme.rb', line 8 def period @period end  | 
  
#period_unit ⇒ Object
Returns the value of attribute period_unit.
      8 9 10  | 
    
      # File 'lib/chargebee/models/payment_schedule_scheme.rb', line 8 def period_unit @period_unit end  | 
  
#preferred_schedules ⇒ Object
Returns the value of attribute preferred_schedules.
      8 9 10  | 
    
      # File 'lib/chargebee/models/payment_schedule_scheme.rb', line 8 def preferred_schedules @preferred_schedules end  | 
  
#resource_version ⇒ Object
Returns the value of attribute resource_version.
      8 9 10  | 
    
      # File 'lib/chargebee/models/payment_schedule_scheme.rb', line 8 def resource_version @resource_version end  | 
  
#updated_at ⇒ Object
Returns the value of attribute updated_at.
      8 9 10  | 
    
      # File 'lib/chargebee/models/payment_schedule_scheme.rb', line 8 def updated_at @updated_at end  | 
  
Class Method Details
.create(params, env = nil, headers = {}) ⇒ Object
OPERATIONS
      14 15 16  | 
    
      # File 'lib/chargebee/models/payment_schedule_scheme.rb', line 14 def self.create(params, env=nil, headers={}) Request.send('post', uri_path("payment_schedule_schemes"), params, env, headers) end  |