module KeyPayAPI::Client::Business
Public Instance Methods
list_businesses()
click to toggle source
List businesses attached to current KeyPay account
@return [ResourceCollection, Resource] either single resource object if one business, else collection
# File lib/keypay_api/client/business.rb, line 7 def list_businesses get("/business") end