class Seatsio::SubaccountsClient

def retrieve(id:)

def retrieve(id:)
  response = @http_client.get("/subaccounts/#{id}")
  Subaccount.new(response)
end