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
Attribute for field customer_update.
-
#invoice_history ⇒ Object
readonly
Attribute for field invoice_history.
-
#payment_method_update ⇒ Object
readonly
Attribute for field payment_method_update.
-
#subscription_cancel ⇒ Object
readonly
Attribute for field subscription_cancel.
-
#subscription_update ⇒ Object
readonly
Attribute for field 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)
Attribute for field customer_update
101 102 103 |
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 101 def customer_update @customer_update end |
#invoice_history ⇒ Object (readonly)
Attribute for field invoice_history
104 105 106 |
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 104 def invoice_history @invoice_history end |
#payment_method_update ⇒ Object (readonly)
Attribute for field payment_method_update
107 108 109 |
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 107 def payment_method_update @payment_method_update end |
#subscription_cancel ⇒ Object (readonly)
Attribute for field subscription_cancel
110 111 112 |
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 110 def subscription_cancel @subscription_cancel end |
#subscription_update ⇒ Object (readonly)
Attribute for field subscription_update
113 114 115 |
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 113 def subscription_update @subscription_update end |