Class: Stripe::Quote::SubscriptionData

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

Defined Under Namespace

Classes: BillOnAcceptance, Prebilling

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

#bill_on_acceptanceObject (readonly)

Returns the value of attribute bill_on_acceptance.



137
138
139
# File 'lib/stripe/resources/quote.rb', line 137

def bill_on_acceptance
  @bill_on_acceptance
end

#billing_behaviorObject (readonly)

Returns the value of attribute billing_behavior.



137
138
139
# File 'lib/stripe/resources/quote.rb', line 137

def billing_behavior
  @billing_behavior
end

#billing_cycle_anchorObject (readonly)

Returns the value of attribute billing_cycle_anchor.



137
138
139
# File 'lib/stripe/resources/quote.rb', line 137

def billing_cycle_anchor
  @billing_cycle_anchor
end

#descriptionObject (readonly)

Returns the value of attribute description.



137
138
139
# File 'lib/stripe/resources/quote.rb', line 137

def description
  @description
end

#effective_dateObject (readonly)

Returns the value of attribute effective_date.



137
138
139
# File 'lib/stripe/resources/quote.rb', line 137

def effective_date
  @effective_date
end

#end_behaviorObject (readonly)

Returns the value of attribute end_behavior.



137
138
139
# File 'lib/stripe/resources/quote.rb', line 137

def end_behavior
  @end_behavior
end

#from_subscriptionObject (readonly)

Returns the value of attribute from_subscription.



137
138
139
# File 'lib/stripe/resources/quote.rb', line 137

def from_subscription
  @from_subscription
end

#metadataObject (readonly)

Returns the value of attribute metadata.



137
138
139
# File 'lib/stripe/resources/quote.rb', line 137

def 
  @metadata
end

#prebillingObject (readonly)

Returns the value of attribute prebilling.



137
138
139
# File 'lib/stripe/resources/quote.rb', line 137

def prebilling
  @prebilling
end

#proration_behaviorObject (readonly)

Returns the value of attribute proration_behavior.



137
138
139
# File 'lib/stripe/resources/quote.rb', line 137

def proration_behavior
  @proration_behavior
end

#trial_period_daysObject (readonly)

Returns the value of attribute trial_period_days.



137
138
139
# File 'lib/stripe/resources/quote.rb', line 137

def trial_period_days
  @trial_period_days
end