Class: Stripe::PaymentMethodConfigurationUpdateParams::Promptpay
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentMethodConfigurationUpdateParams::Promptpay
- 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) ⇒ Promptpay
constructor
A new instance of Promptpay.
Methods inherited from RequestParams
Constructor Details
#initialize(display_preference: nil) ⇒ Promptpay
Returns a new instance of Promptpay.
766 767 768 |
# File 'lib/stripe/params/payment_method_configuration_update_params.rb', line 766 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.
764 765 766 |
# File 'lib/stripe/params/payment_method_configuration_update_params.rb', line 764 def display_preference @display_preference end |