Class: Stripe::Quote::SubscriptionDataOverride

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/quote.rb

Defined Under Namespace

Classes: AppliesTo, BillOnAcceptance

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

Method Summary

Methods inherited from 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

#applies_toObject (readonly)

Returns the value of attribute applies_to.



165
166
167
# File 'lib/stripe/resources/quote.rb', line 165

def applies_to
  @applies_to
end

#bill_on_acceptanceObject (readonly)

Returns the value of attribute bill_on_acceptance.



165
166
167
# File 'lib/stripe/resources/quote.rb', line 165

def bill_on_acceptance
  @bill_on_acceptance
end

#billing_behaviorObject (readonly)

Returns the value of attribute billing_behavior.



165
166
167
# File 'lib/stripe/resources/quote.rb', line 165

def billing_behavior
  @billing_behavior
end

#customerObject (readonly)

Returns the value of attribute customer.



165
166
167
# File 'lib/stripe/resources/quote.rb', line 165

def customer
  @customer
end

#descriptionObject (readonly)

Returns the value of attribute description.



165
166
167
# File 'lib/stripe/resources/quote.rb', line 165

def description
  @description
end

#end_behaviorObject (readonly)

Returns the value of attribute end_behavior.



165
166
167
# File 'lib/stripe/resources/quote.rb', line 165

def end_behavior
  @end_behavior
end

#proration_behaviorObject (readonly)

Returns the value of attribute proration_behavior.



165
166
167
# File 'lib/stripe/resources/quote.rb', line 165

def proration_behavior
  @proration_behavior
end