Class: CheckoutSdk::PaymentMethods::PaymentMethodsQuery

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/payment_methods/payment_methods_query.rb

Overview

Query params for GET /payment-methods.

Instance Attribute Summary collapse

Instance Attribute Details

#processing_channel_idString

Returns (required) Pattern: ^(pc)_(w26)$.

Returns:

  • (String)

    (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