Class: CheckoutSdk::Payments::PaymentMethodDetails
- Inherits:
-
Object
- Object
- CheckoutSdk::Payments::PaymentMethodDetails
- Defined in:
- lib/checkout_sdk/payments/payment_method_details.rb
Instance Attribute Summary collapse
Instance Attribute Details
#display_name ⇒ String
11 12 13 14 15 |
# File 'lib/checkout_sdk/payments/payment_method_details.rb', line 11 class PaymentMethodDetails attr_accessor :display_name, :type, :network end |
#network ⇒ String
11 12 13 14 15 |
# File 'lib/checkout_sdk/payments/payment_method_details.rb', line 11 class PaymentMethodDetails attr_accessor :display_name, :type, :network end |
#type ⇒ String
11 12 13 14 15 |
# File 'lib/checkout_sdk/payments/payment_method_details.rb', line 11 class PaymentMethodDetails attr_accessor :display_name, :type, :network end |