Class: ChargeBee::OmnichannelSubscriptionItem
- Defined in:
- lib/chargebee/models/omnichannel_subscription_item.rb
Defined Under Namespace
Classes: UpcomingRenewal
Instance Attribute Summary collapse
-
#auto_renew_status ⇒ Object
Returns the value of attribute auto_renew_status.
-
#cancellation_reason ⇒ Object
Returns the value of attribute cancellation_reason.
-
#cancelled_at ⇒ Object
Returns the value of attribute cancelled_at.
-
#current_term_end ⇒ Object
Returns the value of attribute current_term_end.
-
#current_term_start ⇒ Object
Returns the value of attribute current_term_start.
-
#expiration_reason ⇒ Object
Returns the value of attribute expiration_reason.
-
#expired_at ⇒ Object
Returns the value of attribute expired_at.
-
#grace_period_expires_at ⇒ Object
Returns the value of attribute grace_period_expires_at.
-
#has_scheduled_changes ⇒ Object
Returns the value of attribute has_scheduled_changes.
-
#id ⇒ Object
Returns the value of attribute id.
-
#item_id_at_source ⇒ Object
Returns the value of attribute item_id_at_source.
-
#item_parent_id_at_source ⇒ Object
Returns the value of attribute item_parent_id_at_source.
-
#resource_version ⇒ Object
Returns the value of attribute resource_version.
-
#status ⇒ Object
Returns the value of attribute status.
-
#upcoming_renewal ⇒ Object
Returns the value of attribute upcoming_renewal.
Class Method Summary collapse
-
.list_omni_sub_item_schedule_changes(id, params = {}, env = nil, headers = {}) ⇒ Object
OPERATIONS ———–.
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
#auto_renew_status ⇒ Object
Returns the value of attribute auto_renew_status.
8 9 10 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 8 def auto_renew_status @auto_renew_status end |
#cancellation_reason ⇒ Object
Returns the value of attribute cancellation_reason.
8 9 10 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 8 def cancellation_reason @cancellation_reason end |
#cancelled_at ⇒ Object
Returns the value of attribute cancelled_at.
8 9 10 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 8 def cancelled_at @cancelled_at end |
#current_term_end ⇒ Object
Returns the value of attribute current_term_end.
8 9 10 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 8 def current_term_end @current_term_end end |
#current_term_start ⇒ Object
Returns the value of attribute current_term_start.
8 9 10 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 8 def current_term_start @current_term_start end |
#expiration_reason ⇒ Object
Returns the value of attribute expiration_reason.
8 9 10 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 8 def expiration_reason @expiration_reason end |
#expired_at ⇒ Object
Returns the value of attribute expired_at.
8 9 10 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 8 def expired_at @expired_at end |
#grace_period_expires_at ⇒ Object
Returns the value of attribute grace_period_expires_at.
8 9 10 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 8 def grace_period_expires_at @grace_period_expires_at end |
#has_scheduled_changes ⇒ Object
Returns the value of attribute has_scheduled_changes.
8 9 10 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 8 def has_scheduled_changes @has_scheduled_changes end |
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 8 def id @id end |
#item_id_at_source ⇒ Object
Returns the value of attribute item_id_at_source.
8 9 10 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 8 def item_id_at_source @item_id_at_source end |
#item_parent_id_at_source ⇒ Object
Returns the value of attribute item_parent_id_at_source.
8 9 10 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 8 def item_parent_id_at_source @item_parent_id_at_source end |
#resource_version ⇒ Object
Returns the value of attribute resource_version.
8 9 10 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 8 def resource_version @resource_version end |
#status ⇒ Object
Returns the value of attribute status.
8 9 10 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 8 def status @status end |
#upcoming_renewal ⇒ Object
Returns the value of attribute upcoming_renewal.
8 9 10 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 8 def upcoming_renewal @upcoming_renewal end |
Class Method Details
.list_omni_sub_item_schedule_changes(id, params = {}, env = nil, headers = {}) ⇒ Object
OPERATIONS
15 16 17 18 19 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 15 def self.list_omni_sub_item_schedule_changes(id, params={}, env=nil, headers={}) jsonKeys = { } Request.send('get', uri_path("omnichannel_subscription_items",id.to_s,"scheduled_changes"), params, env, headers,nil, false, jsonKeys) end |