Class: Bigcommerce::PaymentMethod
- Defined in:
- lib/bigcommerce/resources/payments/payment_method.rb
Class Method Summary collapse
Class Method Details
.all(params = {}) ⇒ Object
13 14 15 |
# File 'lib/bigcommerce/resources/payments/payment_method.rb', line 13 def self.all(params = {}) get path.build, params end |