Class: Stripe::PaymentMethodConfigurationUpdateParams::Zip
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentMethodConfigurationUpdateParams::Zip
- Defined in:
- lib/stripe/params/payment_method_configuration_update_params.rb
Defined Under Namespace
Classes: DisplayPreference
Instance Attribute Summary collapse
-
#display_preference ⇒ Object
Whether or not the payment method should be displayed.
Instance Method Summary collapse
-
#initialize(display_preference: nil) ⇒ Zip
constructor
A new instance of Zip.
Methods inherited from RequestParams
Constructor Details
#initialize(display_preference: nil) ⇒ Zip
Returns a new instance of Zip.
902 903 904 |
# File 'lib/stripe/params/payment_method_configuration_update_params.rb', line 902 def initialize(display_preference: nil) @display_preference = display_preference end |
Instance Attribute Details
#display_preference ⇒ Object
Whether or not the payment method should be displayed.
900 901 902 |
# File 'lib/stripe/params/payment_method_configuration_update_params.rb', line 900 def display_preference @display_preference end |