Class: Stripe::BillingPortal::Configuration::Features

Inherits:
StripeObject
  • Object
show all
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

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

#customer_updateObject (readonly)

Attribute for field customer_update



89
90
91
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 89

def customer_update
  @customer_update
end

#invoice_historyObject (readonly)

Attribute for field invoice_history



91
92
93
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 91

def invoice_history
  @invoice_history
end

#payment_method_updateObject (readonly)

Attribute for field payment_method_update



93
94
95
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 93

def payment_method_update
  @payment_method_update
end

#subscription_cancelObject (readonly)

Attribute for field subscription_cancel



95
96
97
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 95

def subscription_cancel
  @subscription_cancel
end

#subscription_updateObject (readonly)

Attribute for field subscription_update



97
98
99
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 97

def subscription_update
  @subscription_update
end