Class: Stripe::PaymentLink::SubscriptionData
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentLink::SubscriptionData
- Defined in:
- lib/stripe/resources/payment_link.rb
Defined Under Namespace
Classes: InvoiceSettings, TrialSettings
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#invoice_settings ⇒ Object
readonly
Returns the value of attribute invoice_settings.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#trial_period_days ⇒ Object
readonly
Returns the value of attribute trial_period_days.
-
#trial_settings ⇒ Object
readonly
Returns the value of attribute trial_settings.
Attributes inherited from StripeObject
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
#description ⇒ Object (readonly)
Returns the value of attribute description.
141 142 143 |
# File 'lib/stripe/resources/payment_link.rb', line 141 def description @description end |
#invoice_settings ⇒ Object (readonly)
Returns the value of attribute invoice_settings.
141 142 143 |
# File 'lib/stripe/resources/payment_link.rb', line 141 def invoice_settings @invoice_settings end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata.
141 142 143 |
# File 'lib/stripe/resources/payment_link.rb', line 141 def @metadata end |
#trial_period_days ⇒ Object (readonly)
Returns the value of attribute trial_period_days.
141 142 143 |
# File 'lib/stripe/resources/payment_link.rb', line 141 def trial_period_days @trial_period_days end |
#trial_settings ⇒ Object (readonly)
Returns the value of attribute trial_settings.
141 142 143 |
# File 'lib/stripe/resources/payment_link.rb', line 141 def trial_settings @trial_settings end |