Class: CheckoutSdk::PaymentMethods::PaymentMethodsQuery
- Inherits:
-
Object
- Object
- CheckoutSdk::PaymentMethods::PaymentMethodsQuery
- Defined in:
- lib/checkout_sdk/payment_methods/payment_methods_query.rb
Overview
Query params for GET /payment-methods.
Instance Attribute Summary collapse
-
#processing_channel_id ⇒ String
(required) Pattern: ^(pc)_(w26)$.
Instance Attribute Details
#processing_channel_id ⇒ String
Returns (required) Pattern: ^(pc)_(w26)$.
9 10 11 |
# File 'lib/checkout_sdk/payment_methods/payment_methods_query.rb', line 9 class PaymentMethodsQuery attr_accessor :processing_channel_id end |