Class: CheckoutSdk::Payments::PaymentMethodConfiguration
- Inherits:
-
Object
- Object
- CheckoutSdk::Payments::PaymentMethodConfiguration
- Defined in:
- lib/checkout_sdk/payments/payment_method_configuration.rb
Instance Attribute Summary collapse
Instance Attribute Details
#applepay ⇒ Applepay
11 12 13 14 15 |
# File 'lib/checkout_sdk/payments/payment_method_configuration.rb', line 11 class PaymentMethodConfiguration attr_accessor :applepay, :card, :googlepay end |
#card ⇒ Card
11 12 13 14 15 |
# File 'lib/checkout_sdk/payments/payment_method_configuration.rb', line 11 class PaymentMethodConfiguration attr_accessor :applepay, :card, :googlepay end |
#googlepay ⇒ Googlepay
11 12 13 14 15 |
# File 'lib/checkout_sdk/payments/payment_method_configuration.rb', line 11 class PaymentMethodConfiguration attr_accessor :applepay, :card, :googlepay end |