Class: Stripe::PaymentMethodConfigurationCreateParams::ApplePayLater
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentMethodConfigurationCreateParams::ApplePayLater
- Defined in:
- lib/stripe/params/payment_method_configuration_create_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) ⇒ ApplePayLater
constructor
A new instance of ApplePayLater.
Methods inherited from RequestParams
Constructor Details
#initialize(display_preference: nil) ⇒ ApplePayLater
Returns a new instance of ApplePayLater.
137 138 139 |
# File 'lib/stripe/params/payment_method_configuration_create_params.rb', line 137 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.
135 136 137 |
# File 'lib/stripe/params/payment_method_configuration_create_params.rb', line 135 def display_preference @display_preference end |