Class: ChargeBee::PaymentSchedule

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

Defined Under Namespace

Classes: ScheduleEntry

Instance Attribute Summary collapse

Method Summary

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

#amountObject

Returns the value of attribute amount.



8
9
10
# File 'lib/chargebee/models/payment_schedule.rb', line 8

def amount
  @amount
end

#created_atObject

Returns the value of attribute created_at.



8
9
10
# File 'lib/chargebee/models/payment_schedule.rb', line 8

def created_at
  @created_at
end

#currency_codeObject

Returns the value of attribute currency_code.



8
9
10
# File 'lib/chargebee/models/payment_schedule.rb', line 8

def currency_code
  @currency_code
end

#entity_idObject

Returns the value of attribute entity_id.



8
9
10
# File 'lib/chargebee/models/payment_schedule.rb', line 8

def entity_id
  @entity_id
end

#entity_typeObject

Returns the value of attribute entity_type.



8
9
10
# File 'lib/chargebee/models/payment_schedule.rb', line 8

def entity_type
  @entity_type
end

#idObject

Returns the value of attribute id.



8
9
10
# File 'lib/chargebee/models/payment_schedule.rb', line 8

def id
  @id
end

#resource_versionObject

Returns the value of attribute resource_version.



8
9
10
# File 'lib/chargebee/models/payment_schedule.rb', line 8

def resource_version
  @resource_version
end

#schedule_entriesObject

Returns the value of attribute schedule_entries.



8
9
10
# File 'lib/chargebee/models/payment_schedule.rb', line 8

def schedule_entries
  @schedule_entries
end

#scheme_idObject

Returns the value of attribute scheme_id.



8
9
10
# File 'lib/chargebee/models/payment_schedule.rb', line 8

def scheme_id
  @scheme_id
end

#updated_atObject

Returns the value of attribute updated_at.



8
9
10
# File 'lib/chargebee/models/payment_schedule.rb', line 8

def updated_at
  @updated_at
end