class Square::Merchant

docs.connect.squareup.com/api/connect/v1/#navsection-merchant

Public Class Methods

retrieve(merchant_id = nil) click to toggle source
# File lib/square/merchant.rb, line 8
def self.retrieve(merchant_id = nil)
  response = Square.get(merchant_id)
  @data_type.new(response)
end