Class: ChargeBee::PaymentSchedule
- Defined in:
- lib/chargebee/models/payment_schedule.rb
Defined Under Namespace
Classes: ScheduleEntry
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#currency_code ⇒ Object
Returns the value of attribute currency_code.
-
#entity_id ⇒ Object
Returns the value of attribute entity_id.
-
#entity_type ⇒ Object
Returns the value of attribute entity_type.
-
#id ⇒ Object
Returns the value of attribute id.
-
#resource_version ⇒ Object
Returns the value of attribute resource_version.
-
#schedule_entries ⇒ Object
Returns the value of attribute schedule_entries.
-
#scheme_id ⇒ Object
Returns the value of attribute scheme_id.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
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
#amount ⇒ Object
Returns the value of attribute amount.
8 9 10 |
# File 'lib/chargebee/models/payment_schedule.rb', line 8 def amount @amount end |
#created_at ⇒ Object
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_code ⇒ Object
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_id ⇒ Object
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_type ⇒ Object
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 |
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/chargebee/models/payment_schedule.rb', line 8 def id @id end |
#resource_version ⇒ Object
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_entries ⇒ Object
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_id ⇒ Object
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_at ⇒ Object
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 |