Class: Stripe::BillingPortal::Configuration::Features
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::BillingPortal::Configuration::Features
- Defined in:
- lib/stripe/resources/billing_portal/configuration.rb
Defined Under Namespace
Classes: CustomerUpdate, InvoiceHistory, PaymentMethodUpdate, SubscriptionCancel, SubscriptionUpdate
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#customer_update ⇒ Object
readonly
Returns the value of attribute customer_update.
-
#invoice_history ⇒ Object
readonly
Returns the value of attribute invoice_history.
-
#payment_method_update ⇒ Object
readonly
Returns the value of attribute payment_method_update.
-
#subscription_cancel ⇒ Object
readonly
Returns the value of attribute subscription_cancel.
-
#subscription_update ⇒ Object
readonly
Returns the value of attribute subscription_update.
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
#customer_update ⇒ Object (readonly)
Returns the value of attribute customer_update.
54 55 56 |
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 54 def customer_update @customer_update end |
#invoice_history ⇒ Object (readonly)
Returns the value of attribute invoice_history.
54 55 56 |
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 54 def invoice_history @invoice_history end |
#payment_method_update ⇒ Object (readonly)
Returns the value of attribute payment_method_update.
54 55 56 |
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 54 def payment_method_update @payment_method_update end |
#subscription_cancel ⇒ Object (readonly)
Returns the value of attribute subscription_cancel.
54 55 56 |
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 54 def subscription_cancel @subscription_cancel end |
#subscription_update ⇒ Object (readonly)
Returns the value of attribute subscription_update.
54 55 56 |
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 54 def subscription_update @subscription_update end |