Class: ChargeBee::OmnichannelSubscriptionItem

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

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

#cancellation_reasonObject

Returns the value of attribute cancellation_reason.



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

def cancellation_reason
  @cancellation_reason
end

#cancelled_atObject

Returns the value of attribute cancelled_at.



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

def cancelled_at
  @cancelled_at
end

#current_term_endObject

Returns the value of attribute current_term_end.



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

def current_term_end
  @current_term_end
end

#current_term_startObject

Returns the value of attribute current_term_start.



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

def current_term_start
  @current_term_start
end

#expiration_reasonObject

Returns the value of attribute expiration_reason.



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

def expiration_reason
  @expiration_reason
end

#expired_atObject

Returns the value of attribute expired_at.



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

def expired_at
  @expired_at
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#item_id_at_sourceObject

Returns the value of attribute item_id_at_source.



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

def item_id_at_source
  @item_id_at_source
end

#resource_versionObject

Returns the value of attribute resource_version.



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

def resource_version
  @resource_version
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end