lib/chargebee/models/subscription_entitlement.rb in chargebee-2.40.0 vs lib/chargebee/models/subscription_entitlement.rb in chargebee-2.41.0
- old
+ new
@@ -4,10 +4,10 @@
class Component < Model
attr_accessor :entitlement_overrides
end
attr_accessor :subscription_id, :feature_id, :feature_name, :feature_unit, :value, :name, :is_overridden,
- :is_enabled, :expires_at, :components
+ :is_enabled, :effective_from, :schedule_status, :expires_at, :components
# OPERATIONS
#-----------
def self.subscription_entitlements_for_subscription(id, params={}, env=nil, headers={})
\ No newline at end of file