Class: Stripe::Subscription::PendingUpdate

Inherits:
Stripe::StripeObject show all
Defined in:
lib/stripe/resources/subscription.rb

Constant Summary

Constants inherited from Stripe::StripeObject

Stripe::StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from Stripe::StripeObject

#last_response

Method Summary

Methods inherited from Stripe::StripeObject

#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values

Constructor Details

This class inherits a constructor from Stripe::StripeObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject

Instance Attribute Details

#billing_cycle_anchorObject (readonly)

Returns the value of attribute billing_cycle_anchor.



109
110
111
# File 'lib/stripe/resources/subscription.rb', line 109

def billing_cycle_anchor
  @billing_cycle_anchor
end

#expires_atObject (readonly)

Returns the value of attribute expires_at.



109
110
111
# File 'lib/stripe/resources/subscription.rb', line 109

def expires_at
  @expires_at
end

#prebilling_iterationsObject (readonly)

Returns the value of attribute prebilling_iterations.



109
110
111
# File 'lib/stripe/resources/subscription.rb', line 109

def prebilling_iterations
  @prebilling_iterations
end

#subscription_itemsObject (readonly)

Returns the value of attribute subscription_items.



109
110
111
# File 'lib/stripe/resources/subscription.rb', line 109

def subscription_items
  @subscription_items
end

#trial_endObject (readonly)

Returns the value of attribute trial_end.



109
110
111
# File 'lib/stripe/resources/subscription.rb', line 109

def trial_end
  @trial_end
end

#trial_from_planObject (readonly)

Returns the value of attribute trial_from_plan.



109
110
111
# File 'lib/stripe/resources/subscription.rb', line 109

def trial_from_plan
  @trial_from_plan
end