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



99
100
101
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 99

def customer_update
  @customer_update
end

#invoice_historyObject (readonly)

Attribute for field invoice_history



101
102
103
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 101

def invoice_history
  @invoice_history
end

#payment_method_updateObject (readonly)

Attribute for field payment_method_update



103
104
105
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 103

def payment_method_update
  @payment_method_update
end

#subscription_cancelObject (readonly)

Attribute for field subscription_cancel



105
106
107
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 105

def subscription_cancel
  @subscription_cancel
end

#subscription_updateObject (readonly)

Attribute for field subscription_update



107
108
109
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 107

def subscription_update
  @subscription_update
end